SoInputAddDirectoryLast Method |
The OIV.Inventor.SoInput class maintains a global list of directories that is searched to find files when opening them.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void AddDirectoryLast(
string dirName
)
Public Shared Sub AddDirectoryLast (
dirName As String
)
public:
static void AddDirectoryLast(
String^ dirName
)
static member AddDirectoryLast :
dirName : string -> unit
Parameters
- dirName
- Type: SystemString
Remarks Directories are searched in order. This routine adds a directory to the end of the list.
See Also