Sets head node (first node in chain).
public void SetHead( SoNode node )
Public Sub SetHead ( node As SoNode )
public: void SetHead( SoNode^ node )
member SetHead : node : SoNode -> unit
The head node must be set before the OIV.Inventor.SoPath.Append(System.Int32) or OIV.Inventor.SoPath.Push(System.Int32) methods may be called.