IFCLinkDocumentExportScope Constructor

IFCLinkDocumentExportScope Constructor

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.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also