FabricationUtilsExportToPCF Method |
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static void ExportToPCF(
Document document,
IList<ElementId> ids,
string filename
)
Public Shared Sub ExportToPCF (
document As Document,
ids As IList(Of ElementId),
filename As String
)
public:
static void ExportToPCF(
Document^ document,
IList<ElementId^>^ ids,
String^ filename
)
static member ExportToPCF :
document : Document *
ids : IList<ElementId> *
filename : string -> unit
Parameters
- document Document
-
- ids IListElementId
-
- filename String
-
See Also