RVTDocs.com

FabricationUtils.ExportToPCF

Method
Description:
Exports a list of fabrication parts into PCF format.
Syntax
public static void ExportToPCF(
	Document document,
	IList<ElementId> ids,
	string filename
)
Parameters
Parameter Type Description
document Document The document.
ids IList An array of FabricationPart element identifiers. Non-fabrication parts are ignored.
filename String The name given to the output file.
Return Value
Exceptions
Exception Condition
ArgumentException Fabrication configuration is missing.
ArgumentNullException A non-optional argument was null