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


lDataSize
Size of pbData (see Remarks)
pbData
Buffer in which to return the bitmap information
Gets bitmap information.

Syntax

Visual Basic 
Sub GetBitmapInfo( _
   ByVal lDataSize As System.Integer, _
   ByRef pbData As System.Byte _
) 
C# 
void GetBitmapInfo( 
   System.int lDataSize,
   out System.byte pbData
)
C++/CLI 
void GetBitmapInfo( 
&   System.int lDataSize,
&   [Out] System.byte pbData
) 

Parameters

lDataSize
Size of pbData (see Remarks)
pbData
Buffer in which to return the bitmap information

Remarks

Before calling this method, you must properly allocate the size of the pbData buffer. Call IEdmBitmap5::GetBitmapInfoSize to determine the size of buffer to allocate and to specify lDataSize.

Return codes:

  • S_OK: The method successfully executed.
  • E_INVALIDARG: lDataSize does not match the size of the returned structure.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2