Exports a list of fabrication parts into PCF format. 
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2018 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- document
- Type: Autodesk.Revit.DBDocument
 The document.
- ids
- Type: System.Collections.GenericIListElementId
 An array of FabricationPart element identifiers. Non-fabrication parts are ignored.
- filename
- Type: SystemString
 The name given to the output file.
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | Fabrication configuration is missing. | 
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |