Links Markups in a DWF file into the project document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElementId> Link(
string file,
DWFImportOptions options
)
Parameters
- file String
-
Full path of the file to link. File must exist and must be a valid DWF file.
- options DWFImportOptions
-
Various link options applicable to the DWF format.
Return Value
IList<ElementId>
A collection of link instance element ids created by the markup link.
Exceptions
Remarks
Link isn't supported for family documents. Please use import instead.
See Also
Reference