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.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("No longer supported. Calling this method does nothing.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetOverlayLassoColorIndex(
int index
)
<ObsoleteAttribute("No longer supported. Calling this method does nothing.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetOverlayLassoColorIndex (
index As Integer
)
public:
[ObsoleteAttribute(L"No longer supported. Calling this method does nothing.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetOverlayLassoColorIndex(
int index
)
[<ObsoleteAttribute("No longer supported. Calling this method does nothing.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetOverlayLassoColorIndex :
index : int -> unit
Parameters
- index
- Type: SystemInt32
RemarksApplies only if the lasso is drawn in the overlay plane.Obsoletesince Open Inventor 10000.
No longer supported. Calling this method does nothing.
See Also