AcadUtilityClassGetCorner
Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual Object GetCorner(
Object Point,
[OptionalAttribute] Object Prompt
)
Public Overridable Function GetCorner (
Point As Object,
<OptionalAttribute> Prompt As Object
) As Object
public:
virtual Object^ GetCorner(
[InAttribute] Object^ Point,
[OptionalAttribute] [InAttribute] Object^ Prompt
)
abstract GetCorner :
Point : Object *
[<OptionalAttribute>] Prompt : Object -> Object
override GetCorner :
Point : Object *
[<OptionalAttribute>] Prompt : Object -> Object
Parameters
- Point Object
-
- Prompt Object (Optional)
-
Return Value
Object
Implements
IAcadUtilityGetCorner(Object,
Object)
See Also