Checks to see if the specified ancillary exists.
Namespace: Autodesk.Revit.DBAssembly: 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
Boolean
Returns true if the ancillary exists.
See Also
Reference