<Code Lib>
2020 Method
Changes 0
M

Document.Link(String, SATImportOptions, View)

Description:
Links an SAT file into the document.
Remarks:
Link isn't supported for family documents. Please use import instead.

public ElementId Link(
	string file,
	SATImportOptions options,
	View pDBView
)

  • 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.

Loading…