AcadUtilityClassGetCorner Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.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
- Type: SystemObject
- Prompt (Optional)
- Type: SystemObject
Return Value
Type:
Object
Implements
IAcadUtilityGetCorner(Object, Object)
See Also