Share

SteelElementProperties.GetFabricationUniqueID Method

This method will return the fabrication id for the given reference.


Namespace: Autodesk.Revit.DB.Steel
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static Guid GetFabricationUniqueID(
	Document aDoc,
	Reference reference
)

Parameters

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

Guid
The fabrication id of the element or subelement for this reference, if it has fabrication information attached, or an Guid.Empty otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?