AncillaryExists Method


Checks to see if the specified ancillary exists.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2018

Syntax

C#
public bool AncillaryExists(
	int ancillaryId
)
Visual Basic
Public Function AncillaryExists ( _
	ancillaryId As Integer _
) As Boolean
Visual C++
public:
bool AncillaryExists(
	int ancillaryId
)

Parameters

ancillaryId
Type: SystemInt32
The ancillary identifier.

Return Value

Returns true if the ancillary exists.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →