| Visual Basic | |
|---|---|
Sub SaveBmp( _ ByVal bsBmpPath As System.String _ ) | |
| C# | |
|---|---|
void SaveBmp( System.string bsBmpPath ) | |
| C++/CLI | |
|---|---|
void SaveBmp( & System.String^ bsBmpPath ) | |
Parameters
- bsBmpPath
- Path and name of the BMP file; if the file already exists, it is overwritten
- S_OK: The method successfully executed.
- E_EDM_FILE_SHARE_ERROR: Error opening the file.
- E_EDM_IO_ERROR: Error writing the file.
SOLIDWORKS PDM Professional Version 5.2