Revit 2026 API
Fabrication |
Checks to see if the specified ancillary exists.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool AncillaryExists( int ancillaryId )
Public Function AncillaryExists ( ancillaryId As Integer ) As Boolean
public: bool AncillaryExists( int ancillaryId )
member AncillaryExists : ancillaryId : int -> bool
Parameters
- ancillaryId Int32
- The ancillary identifier.
Return Value
BooleanReturns true if the ancillary exists.
See Also