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: 10.12.3.0 (10.12.3.0)
Syntax
public static SoPath GetByName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: SoPath
Remarks

Paths are named by calling their () method (defined by the OIV.Inventor.Misc.SoBase class). This method returns the last path that was given the specified name, either by () 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