Share

FabricationConfiguration.AncillaryExists Method

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

Boolean
Returns true if the ancillary exists.

See Also

Reference

Was this information helpful?