Click or drag to resize
SoPathGetByName Method (String)

Method to return a path with a given name.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static SoPath GetByName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: SoPath
Remarks

Paths are named by calling their setName() method (defined by the SoBase class). This method returns the last path that was given the specified name, either by setName() or by reading in a named path from a file. If there is no path with the given name, NULL will be returned.

See Also