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