2025 Method
Changes 0
M

SteelElementProperties.GetFabricationUniqueID

Description:
This method will return the fabrication id for the given reference.
public static Guid GetFabricationUniqueID(
	Document aDoc,
	Reference reference
)
  • aDoc
    Document to which the reference belongs.
  • reference
    The reference to the element or subelement for which fabrication id is required.
Return Value Guid The fabrication id of the element or subelement for this reference, if it has fabrication information attached, or an Guid.Empty otherwise.