Get Thumbnail of the given file as Image object.
Namespace: Autodesk.iLogic.Vault
Assembly: Autodesk.iLogic.Vault (in Autodesk.iLogic.Vault.dll) Version: 29.0
Syntax
VB
Public Function GetThumbnailImageByFullSourceFilePath ( VaultFullFileName As String, Optional Width As Integer = 300, Optional Height As Integer = 300 ) As Image
C#
public Image GetThumbnailImageByFullSourceFilePath( string VaultFullFileName, int Width = 300, int Height = 300 )
Parameters
- VaultFullFileName
- Type: System.String
The full path and file name in Vault virtual folder structure, e.g., "$/Designs/Part1.ipt" - Width (Optional)
- Type: System.Int32
Optional. Image pixel size - Height (Optional)
- Type: System.Int32
Optional. Image pixel size.
Return Value
Type: ImageSystem.Drawing.Image object