SoExtSelectionSetOverlayLassoColorIndex Method |
Sets the lasso color index.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetOverlayLassoColorIndex(
int index
)
Public Sub SetOverlayLassoColorIndex (
index As Integer
)
public:
void SetOverlayLassoColorIndex(
int index
)
member SetOverlayLassoColorIndex :
index : int -> unit
Parameters
- index
- Type: SystemInt32
RemarksApplies only if the lasso is drawn in the overlay plane.
See Also