<Code Lib>
2020 Method
Changes 0
M

Document.Link(String, DGNImportOptions, View, ElementId)

Description:
Links a DGN file to the document.
Remarks:
Link isn't supported for family documents. Please use import instead.
Overloads (5):

public bool Link(
	string file,
	DGNImportOptions options,
	View pDBView,
	out ElementId elementId
)

Return Value bool True if successful, otherwise False.

Loading…