Click or drag to resize
SoInputAddDirectoryLast Method

The OIV.Inventor.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: 2024.1.1.0 (2024.1.1)
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