SoSearchActionSetNode Method |
Sets the node to search for.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetNode(
SoNode n
)
Public Sub SetNode (
n As SoNode
)
public:
void SetNode(
SoNode^ n
)
member SetNode :
n : SoNode -> unit
Parameters
- n
- Type: OIV.Inventor.NodesSoNode
Remarks See Also