Click or drag to resize
SoInputAddDirectoryLast Method

The SoInput class maintains a global list of directories that is searched to find files when opening them.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static void AddDirectoryLast(
	string dirName
)

Parameters

dirName
Type: SystemString
Remarks

Directories are searched in order. This routine adds a directory to the end of the list.

See Also