AncillaryExists Method


Checks to see if the specified ancillary exists.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
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: System Int32
The ancillary identifier.

Return Value

Returns true if the ancillary exists.

See Also