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