IFCLinkDocumentExportScope Constructor |
Instantiates a default IFCLinkDocumentExportScope object.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
See Also