Share

iLogicVaultClass.GetThumbnailFileByFullSourceFilePath Method

Download Thumbnail Image of the given file as Image file.

Namespace:  Autodesk.iLogic.Vault
Assembly:  Autodesk.iLogic.Vault (in Autodesk.iLogic.Vault.dll) Version: 30.0

Syntax

VB

Public Function GetThumbnailFileByFullSourceFilePath ( 
	VaultFullFileName As String,
	Optional Width As Integer = 300,
	Optional Height As Integer = 300
) As String

C#

public string GetThumbnailFileByFullSourceFilePath(
	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: String
Full file path of image file (*.jpg)

See Also

Reference

Was this information helpful?