Revit 2025.3 API
Fabrication |
Gets the fabrication ancillary name for the specified fabrication ancillary identifier.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string GetAncillaryName( int ancillaryId )
Public Function GetAncillaryName ( ancillaryId As Integer ) As String
public: String^ GetAncillaryName( int ancillaryId )
member GetAncillaryName : ancillaryId : int -> string
Parameters
- ancillaryId Int32
- The fabrication ancillary database identifier of the ancillary.
Return Value
StringThe name of the ancillary.

Exception | Condition |
---|---|
ArgumentException | The ancillary does not exist. |
See Also