SoNodeGetByName Method (String) |
A node's name can be set using ().
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoNode GetByName(
string name
)
Public Shared Function GetByName (
name As String
) As SoNode
public:
static SoNode^ GetByName(
String^ name
)
static member GetByName :
name : string -> SoNode
Parameters
- name
- Type: SystemString
Return Value
Type:
SoNodeRemarks This method allows nodes to be looked up by name. It returns the last node given the specified name.
See Also