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


lVersion
Version of the file whose thumbnail to retrieve
Obsolete. Superseded by IEdmFile18::GetThumbnail3.

Syntax

Visual Basic 
Function GetThumbnail2( _
   ByVal lVersion As System.Integer _
) As System.Object
C# 
System.object GetThumbnail2( 
   System.int lVersion
)
C++/CLI 
System.Object^ GetThumbnail2( 
&   System.int lVersion
) 

Parameters

lVersion
Version of the file whose thumbnail to retrieve

Return Value

IPicture

Example

Remarks

If a thumbnail of this file is not available, this method returns Nothing or null.
 

See Also

Availability

SOLIDWORKS PDM Professional 2018 SP04