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