SoExtSelectionSetOverlayLassoColorIndex Method |
Note: This API is now obsolete.
Sets the lasso color index.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10000. No longer supported. Calling this method does nothing.")]
public void SetOverlayLassoColorIndex(
int index
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 10000. No longer supported. Calling this method does nothing.")>
Public Sub SetOverlayLassoColorIndex (
index As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 10000. No longer supported. Calling this method does nothing.")]
void SetOverlayLassoColorIndex(
int index
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 10000. No longer supported. Calling this method does nothing.")>]
member SetOverlayLassoColorIndex :
index : int -> unit
Parameters
- index
- Type: SystemInt32
Remarks Applies only if the lasso is drawn in the overlay plane.
Caution |
---|
Obsolete since Open Inventor 10000. No longer supported. Calling this method does nothing. |
See Also