Revit 2026 API
IFCLink |
Instantiates a default IFCLinkDocumentExportScope object.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.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