IAcadUtilityGetSubEntity Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void GetSubEntity(
out Object Object,
out Object PickedPoint,
out Object transMatrix,
out Object ContextData,
[OptionalAttribute] Object Prompt
)
Sub GetSubEntity (
<OutAttribute> ByRef Object As Object,
<OutAttribute> ByRef PickedPoint As Object,
<OutAttribute> ByRef transMatrix As Object,
<OutAttribute> ByRef ContextData As Object,
<OptionalAttribute> Prompt As Object
)
void GetSubEntity(
[OutAttribute] Object^% Object,
[OutAttribute] Object^% PickedPoint,
[OutAttribute] Object^% transMatrix,
[OutAttribute] Object^% ContextData,
[OptionalAttribute] [InAttribute] Object^ Prompt
)
abstract GetSubEntity :
Object : Object byref *
PickedPoint : Object byref *
transMatrix : Object byref *
ContextData : Object byref *
[<OptionalAttribute>] Prompt : Object -> unit
Parameters
- Object
- Type: SystemObject
- PickedPoint
- Type: SystemObject
- transMatrix
- Type: SystemObject
- ContextData
- Type: SystemObject
- Prompt (Optional)
- Type: SystemObject
See Also