Autodesk Vault ProfessionalVault API

GetComponentProperties Method

Autodesk.Connectivity.WebServicesDocumentService

Gets property data for a file which has been assigned to an item.

Required Permissions

FileRead

Syntax

public CompProp[] GetComponentProperties(
   System.long fileId,
   System.string compUID
)
Public Function GetComponentProperties( _
   ByVal fileId As System.Long, _
   ByVal compUID As System.String _
) As CompProp()

Parameters

NameDescription
fileIdThe ID of the file.
compUID

Return Value

Property data for the component.

See Also