Skip to content

ExporterIFC.SetCurrentExportedDocument

Public Class

Sets the exporter to process a particular document during export.

Namespace: Autodesk.Revit.DB.IFC

Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public void SetCurrentExportedDocument(
Document pDocument
)

Parameters

pDocument Document

The document being processed.

Exceptions

Exception

Condition


ArgumentNullException

A non-optional argument was null


Remarks

This is intended for use in federated export.