| 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
IPictureIf a thumbnail of this file is not available, this method returns Nothing or null.
SOLIDWORKS PDM Professional 2018 SP04