SelectionAddedEventArgsHighlight Method
|
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
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 Int32
-
- path FullSubentityPath
-
See Also