SteelElementProperties.GetFabricationUniqueID
Method
Description:
This method will return the fabrication id for the given reference.
This method will return the fabrication id for the given reference.
Parameters
Parameter | Type | Description |
---|---|---|
aDoc | Document | Document to which the reference belongs. |
reference | Reference | The reference to the element or subelement for which fabrication id is required. |
Return Value
Type | Description |
---|---|
Guid | The fabrication id of the element or subelement for this reference, if it has fabrication information attached, or an Guid.Empty otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |