SelectionAddedEventArgsRemove Method
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public void Remove(
        int index
)
 
Public Sub Remove ( 
        index As Integer
)
 
public:
void Remove(
        int index
)
 
member Remove : 
        index : int -> unit 
 
 
 
Parameters
- index
 
- Type: SystemInt32
 
 
See Also