SelectionAddedEventArgsHighlight Method
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public void Highlight(
        int subSelectionIndex,
        FullSubentityPath path
)
 
Public Sub Highlight ( 
        subSelectionIndex As Integer,
        path As FullSubentityPath
)
 
public:
void Highlight(
        int subSelectionIndex, 
        FullSubentityPath path
)
 
member Highlight : 
        subSelectionIndex : int * 
        path : FullSubentityPath -> unit 
 
 
 
Parameters
- subSelectionIndex
 
- Type: SystemInt32
 
- path
 
- Type: Teigha.DatabaseServicesFullSubentityPath
 
 
See Also