EditorGetSelection Method (PromptSelectionOptions)
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public PromptSelectionResult GetSelection(
        PromptSelectionOptions opts
)
 
Public Function GetSelection ( 
        opts As PromptSelectionOptions
) As PromptSelectionResult
 
public:
PromptSelectionResult^ GetSelection(
        PromptSelectionOptions^ opts
)
 
member GetSelection : 
        opts : PromptSelectionOptions -> PromptSelectionResult 
 
 
 
Parameters
- opts
 
- Type: Bricscad.EditorInputPromptSelectionOptions
 
Return Value
Type: 
PromptSelectionResult 
See Also