Revit 2025.3 API
IFCLink |
Instantiates a default IFCLinkDocumentExportScope object.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IFCLinkDocumentExportScope( Document pADoc )
Public Sub New ( pADoc As Document )
public: IFCLinkDocumentExportScope( Document^ pADoc )
new : pADoc : Document -> IFCLinkDocumentExportScope
Parameters
- pADoc Document
- The linked document to export.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also