SoIvTuneIsInstance Method |
Note: This API is now obsolete.
Returns true if an IvTune window is currently open.
Namespace: OIV.IvTuneAssembly: OIV.IvTune (in OIV.IvTune.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static bool IsInstance()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function IsInstance As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static bool IsInstance()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member IsInstance : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 9000
No longer used. Use isRunning() instead.
See Also