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.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("No longer used. Use () instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetInstance(
int argc,
string[] argv,
SoNode root
)
<ObsoleteAttribute("No longer used. Use () instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetInstance (
argc As Integer,
argv As String(),
root As SoNode
)
public:
[ObsoleteAttribute(L"No longer used. Use () instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetInstance(
int argc,
array<String^>^ argv,
SoNode^ root
)
[<ObsoleteAttribute("No longer used. Use () 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