SoIvTuneSetInstance Method (Int32, String, SoNode, Boolean) |
Note: This API is now obsolete.
Namespace: OIV.IvTuneAssembly: OIV.IvTune (in OIV.IvTune.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void SetInstance(
int argc,
string[] argv,
SoNode root,
bool createViewer
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Sub SetInstance (
argc As Integer,
argv As String(),
root As SoNode,
createViewer As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static void SetInstance(
int argc,
array<String^>^ argv,
SoNode^ root,
bool createViewer
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member SetInstance :
argc : int *
argv : string[] *
root : SoNode *
createViewer : bool -> unit
Parameters
- argc
- Type: SystemInt32
- argv
- Type: SystemString
- root
- Type: OIV.Inventor.NodesSoNode
- createViewer
- Type: SystemBoolean
RemarksOpens an IvTune window displaying the specified scene graph. The argc and argv parameters are not normally used. if createViewer is true then a viewer is created to do the rendering else only the treeview part will be shown.Obsoletesince Open Inventor 9000
No longer used. Use start() instead.
See Also