Revit 2025.3 API
Fabrication |
Checks to see if the specified ancillary exists.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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