Autodesk Vault ProfessionalVault API

GetComponentProperties Method

Autodesk.Connectivity.WebServicesItemService

Retrieves the list of writeback properties and their associated values for the specified item and Content Source

Syntax

public CompProp[] GetComponentProperties(
   System.long itemId,
   System.long ctntSrcId
)
Public Function GetComponentProperties( _
   ByVal itemId As System.Long, _
   ByVal ctntSrcId As System.Long _
) As CompProp()

Parameters

NameDescription
itemId
ctntSrcId

See Also