Autodesk Vault ProfessionalVault API

GetDesignVisualizationAttachmentsByFileMasterIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the design visualization attachments for all versions of a set of files.

Required Permissions

FileRead

Syntax

public FileAssocArray[] GetDesignVisualizationAttachmentsByFileMasterIds(
   System.long[] fileMasterIds
)
Public Function GetDesignVisualizationAttachmentsByFileMasterIds( _
   ByVal fileMasterIds() As System.Long _
) As FileAssocArray()

Parameters

NameDescription
fileMasterIdsAn array of File master IDs.

Return Value

An array of arrays of file associations. The first level of arrays corresponds to the input array. The second level of arrays is the file associations for that File.

See Also