SoExtSelectionGetOverlayLassoColorIndex Method |
Note: This API is now obsolete.
Gets the lasso color index.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("No longer supported. Always returns 0.")]
public int GetOverlayLassoColorIndex()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("No longer supported. Always returns 0.")>
Public Function GetOverlayLassoColorIndex As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"No longer supported. Always returns 0.")]
int GetOverlayLassoColorIndex()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("No longer supported. Always returns 0.")>]
member GetOverlayLassoColorIndex : unit -> int
Return Value
Type:
Int32
RemarksApplies only if the lasso is drawn in the overlay plane.Obsoletesince Open Inventor 10000.
No longer supported. Always returns 0.
See Also