<Code Lib>
2021 Method
Changes 0
M

ImportInstance.Create(Document, ElementId, View)

Description:
Creates a new instance of an existing DWG link type.
Remarks:

This function regenerates the input document.

public static ImportInstance Create(
	Document document,
	ElementId typeId,
	View DBView
)

Return Value ImportInstance The new instance of the given DWG link type.

Loading…