<Code Lib>
2020 Method
Changes 0
M

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

Description:
Imports a DGN file to the document.

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

Return Value bool True if successful, otherwise False.

Loading…