SOLIDWORKS PDM Professional API Help Send Feedback
SaveBmp Method (IEdmBitmap5)
See Also 
EPDM.Interop.epdm Namespace > IEdmBitmap5 Interface : SaveBmp Method (IEdmBitmap5)


bsBmpPath
Path and name of the BMP file; if the file already exists, it is overwritten
Saves this bitmap image as a BMP file.

Syntax

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

Remarks

Return codes:

  • S_OK: The method successfully executed.
  • E_EDM_FILE_SHARE_ERROR: Error opening the file.
  • E_EDM_IO_ERROR: Error writing the file.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2