SoIvTuneSetInstance Method (Int32, String, SoNode) |
Note: This API is now obsolete.
Calls SetInstance(argc, argv, root, false).
Namespace: OIV.IvTuneAssembly: OIV.IvTune (in OIV.IvTune.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 9000. No longer used. Use start() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetInstance(
int argc,
string[] argv,
SoNode root
)
<ObsoleteAttribute("Obsolete since Open Inventor 9000. No longer used. Use start() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetInstance (
argc As Integer,
argv As String(),
root As SoNode
)
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 9000. No longer used. Use start() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetInstance(
int argc,
array<String^>^ argv,
SoNode^ root
)
[<ObsoleteAttribute("Obsolete since Open Inventor 9000. No longer used. Use start() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetInstance :
argc : int *
argv : string[] *
root : SoNode -> unit
Parameters
- argc
- Type: SystemInt32
- argv
- Type: SystemString
- root
- Type: OIV.Inventor.NodesSoNode
Remarks See Also