EditorGetNestedEntity Method (PromptNestedEntityOptions)
|
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public PromptNestedEntityResult GetNestedEntity(
PromptNestedEntityOptions opts
)
Public Function GetNestedEntity (
opts As PromptNestedEntityOptions
) As PromptNestedEntityResult
public:
PromptNestedEntityResult^ GetNestedEntity(
PromptNestedEntityOptions^ opts
)
member GetNestedEntity :
opts : PromptNestedEntityOptions -> PromptNestedEntityResult
Parameters
- opts
- Type: Bricscad.EditorInputPromptNestedEntityOptions
Return Value
Type:
PromptNestedEntityResult
See Also