Click or drag to resize
SoIvTuneIsInstance Method

Note: This API is now obsolete.

Returns true if an IvTune window is currently open.

Namespace: OIV.IvTune
Assembly: OIV.IvTune (in OIV.IvTune.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 9.0.0.0. No longer used. Use isRunning() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static bool IsInstance()

Return Value

Type: Boolean
Remarks

Caution note Caution

Obsolete since Open Inventor 9000. No longer used. Use OIV.IvTune.SoIvTune.IsRunning() instead.

See Also