Gets fabrication ancillaries of the specified type. 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0) 
  Since:  2017 Subscription Update 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- type
-  Type:  Autodesk.Revit.DB.Fabrication FabricationAncillaryType  
 The type of ancillaries to get.
- includeKits
-  Type:  System Boolean  
 Whether or not to include ancillary kits as well.
- filterKits
-  Type:  System Boolean  
 Whether kits should be filtered to only those that contain the specified ancillary type.
Return Value
An array of ancillary identifiers.Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |