Share

ExporterIFC.SetCurrentExportedDocument Method

Sets the exporter to process a particular document during export.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public void SetCurrentExportedDocument(
	Document pDocument
)

Parameters

pDocument  Document
The document being processed.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

This is intended for use in federated export.

See Also

Reference

Was this information helpful?