EditorSetImpliedSelection(SelectionSet)
Method
 | 
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public void SetImpliedSelection(
        SelectionSet selectionSet
)
 
Public Sub SetImpliedSelection ( 
        selectionSet As SelectionSet
)
 
public:
void SetImpliedSelection(
        SelectionSet^ selectionSet
)
 
member SetImpliedSelection : 
        selectionSet : SelectionSet -> unit 
 
 
 
Parameters
- selectionSet  SelectionSet
 
-  
 
 
See Also