2027 Method
Changes 0
M

Document.Link

Description:
Links Markups in a DWF file into the project document.
Remarks:
Link isn't supported for family documents. Please use import instead.
public IList<ElementId> Link(
	string file,
	DWFImportOptions options
)
  • String
    file
    Full path of the file to link. File must exist and must be a valid DWF file.
  • options
    Various link options applicable to the DWF format.
Return Value IList<ElementId> A collection of link instance element ids created by the markup link.