SoInputAddDirectoryFirst 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: 2023.1.3.0 (2023.1.3)
Syntax public static void AddDirectoryFirst(
string dirName
)
Public Shared Sub AddDirectoryFirst (
dirName As String
)
public:
static void AddDirectoryFirst(
String^ dirName
)
static member AddDirectoryFirst :
dirName : string -> unit
Parameters
- dirName
- Type: SystemString
Remarks Directories are searched in order. This routine adds a directory to the beginning of the list.
See Also