GetReferenceDesignatorProperties Method
Gets the properties for a set of Reference Designators
Required Permissions
ItemReadSyntax
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
| Name | Description |
|---|---|
| itemRefDesIds | A set of Reference Designator IDs. |
| propertyDefIDs | A 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.