Autodesk Vault ProfessionalVault API

GetReferenceDesignatorProperties Method

Autodesk.Connectivity.WebServicesItemService

Gets the properties for a set of Reference Designators

Required Permissions

ItemRead

Syntax

public PropInst[] GetReferenceDesignatorProperties(
   System.long[] itemRefDesIds,
   System.long[] propertyDefIDs
)
Public Function GetReferenceDesignatorProperties( _
   ByVal itemRefDesIds() As System.Long, _
   ByVal propertyDefIDs() As System.Long _
) As PropInst()

Parameters

NameDescription
itemRefDesIdsA set of Reference Designator IDs.
propertyDefIDsA set of Property Definition IDs to look up.

Return Value

A list of all matching properties. The maximum size of the return array is equal to the size of the itemRefDesIds times the propertyListIDs. The return array can be smaller if the Reference Designators do not have some of the properties specified. Null will be returned if none of the Reference Designators have any of the properties specified.

See Also