Revit 2026 API
Fabrication |
Gets whether the specified fabrication ancillary identifier is an ancillary kit or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsAncillaryKit( int ancillaryId )
Public Function IsAncillaryKit ( ancillaryId As Integer ) As Boolean
public: bool IsAncillaryKit( int ancillaryId )
member IsAncillaryKit : ancillaryId : int -> bool
Parameters
- ancillaryId Int32
- The fabrication ancillary database identifier of the ancillary.
Return Value
BooleanReturns true if the ancillary is a kit.

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