Gets fabrication ancillaries of the specified type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<int> GetAncillaries(
FabricationAncillaryType type,
bool includeKits,
bool filterKits
)
Parameters
- type FabricationAncillaryType
-
The type of ancillaries to get.
- includeKits Boolean
-
Whether or not to include ancillary kits as well.
- filterKits Boolean
-
Whether kits should be filtered to only those that contain the specified ancillary type.
Return Value
IList<Int32>
An array of ancillary identifiers.
Exceptions
See Also
Reference