AcadUtilityClassGetEntity Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual void GetEntity(
out Object Object,
out Object PickedPoint,
[OptionalAttribute] Object Prompt
)
Public Overridable Sub GetEntity (
<OutAttribute> ByRef Object As Object,
<OutAttribute> ByRef PickedPoint As Object,
<OptionalAttribute> Prompt As Object
)
public:
virtual void GetEntity(
[OutAttribute] Object^% Object,
[OutAttribute] Object^% PickedPoint,
[OptionalAttribute] [InAttribute] Object^ Prompt
)
abstract GetEntity :
Object : Object byref *
PickedPoint : Object byref *
[<OptionalAttribute>] Prompt : Object -> unit
override GetEntity :
Object : Object byref *
PickedPoint : Object byref *
[<OptionalAttribute>] Prompt : Object -> unit
Parameters
- Object
- Type: SystemObject
- PickedPoint
- Type: SystemObject
- Prompt (Optional)
- Type: SystemObject
Implements
IAcadUtilityGetEntity(Object, Object, Object)
See Also