2021 Method
Changes 0
M

Document.Link

Description:
Links an SAT file into the project document.
Remarks:
Link isn't supported for family documents. Please use import instead.
public ElementId Link(
	string file,
	SATImportOptions options,
	View pDBView
)
  • String
    file
    Full path of the file to link. File must exist and must be a valid SAT file.
  • options
    Various import options applicable to the SAT format. If nulla null reference (Nothing in Visual Basic), all options will be set to their respective default values.
  • pDBView
    The view into which the file will be linked.
Return Value ElementId Returns the element Id of the linked instance.