SoNodeGetByName Method (String, SoNodeList) |
A node's name can be set using ().
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public 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:
Int32Remarks This 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