Click or drag to resize
SoNodeGetByName Method (String)

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 SoNode GetByName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: SoNode
Remarks

This method allows nodes to be looked up by name. It returns the last node given the specified name.

See Also