FabricationUtilsExportToPCF Method


Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void ExportToPCF(
	Document document,
	IList<ElementId> ids,
	string filename
)

Parameters

document  Document
 
ids  IListElementId
 
filename  String
 
See Also