IAcadUtilityGetPoint
Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
Object GetPoint(
[OptionalAttribute] Object Point,
[OptionalAttribute] Object Prompt
)
Function GetPoint (
<OptionalAttribute> Point As Object,
<OptionalAttribute> Prompt As Object
) As Object
Object^ GetPoint(
[OptionalAttribute] [InAttribute] Object^ Point,
[OptionalAttribute] [InAttribute] Object^ Prompt
)
abstract GetPoint :
[<OptionalAttribute>] Point : Object *
[<OptionalAttribute>] Prompt : Object -> Object
Parameters
- Point Object (Optional)
-
- Prompt Object (Optional)
-
Return Value
Object
See Also