Click or drag to resize
SoNodeGetByName Method (String, SoNodeList)

A node's name can be set using ().

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static int GetByName(
	string name,
	SoNodeList list
)

Parameters

name
Type: SystemString
list
Type: OIV.InventorSoNodeList

Return Value

Type: Int32
Remarks

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