Checks to see if the specified ancillary exists.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool AncillaryExists( int ancillaryId )
Parameters
- ancillaryId Int32
- The ancillary identifier.
Return Value
BooleanReturns true if the ancillary exists.
