SoNodeGetByName Method (String, SoNodeList) |
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)
Syntaxpublic static int GetByName(
string name,
SoNodeList list
)
Public Shared Function GetByName (
name As String,
list As SoNodeList
) As Integer
public:
static int GetByName(
String^ name,
SoNodeList^ list
)
static member GetByName :
name : string *
list : SoNodeList -> int
Parameters
- name
- Type: SystemString
- list
- Type: OIV.InventorSoNodeList
Return Value
Type:
Int32
RemarksThis method allows nodes to be looked up by net name. It returns the number of nodes with the given net name, and adds to list those nodes.
See Also