Exports a list of fabrication parts into PCF format.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static void ExportToPCF(
Document document,
IList<ElementId> ids,
string filename
)
Parameters
- document Document
-
The document.
- ids IList<ElementId>
-
An array of FabricationPart element identifiers. Non-fabrication parts are ignored.
- filename String
-
The name given to the output file.
Exceptions
See Also
Reference