| Visual Basic | |
|---|---|
Sub InstallFile( _ ByVal bsPath As System.String, _ ByVal lEdmInstallFileFlags As System.Integer, _ ByVal oInstallArg As System.Object _ ) | |
| C# | |
|---|---|
void InstallFile( System.string bsPath, System.int lEdmInstallFileFlags, System.object oInstallArg ) | |
| C++/CLI | |
|---|---|
void InstallFile( & System.String^ bsPath, & System.int lEdmInstallFileFlags, & System.Object^ oInstallArg ) | |
Parameters
- bsPath
- Path to the file to install
- lEdmInstallFileFlags
- Combination of EdmInstallFileFlags bits
- oInstallArg
- ID of folder where to install the file; valid only if bsPath contains the path to a card file
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2011