SoIvTuneStart Method (SoNode) |
Starts an IvTune session based on the specified scene graph,
for example a subset of the application scene graph.
Namespace: OIV.IvTuneAssembly: OIV.IvTune (in OIV.IvTune.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Start(
SoNode scene
)
Public Shared Sub Start (
scene As SoNode
)
public:
static void Start(
SoNode^ scene
)
static member Start :
scene : SoNode -> unit
Parameters
- scene
- Type: OIV.Inventor.NodesSoNode
Remarks
Starts an IvTune session based on the specified scene graph,
for example a subset of the application scene graph.
This method has no effect if IvTune is already running.
See Also