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