<Code Lib>
2021 Method
Changes 0
M

RevitLinkInstance.Create(Document, ElementId, ImportPlacement)

Description:
Creates a new instance of a linked Revit project (RevitLinkType).
Remarks:
Instances will be placed origin-to-origin or by shared coordinates. This function cannot be used to create instances of nested links.
Overloads (2):
Create(Document,ElementId,ImportPlacement)

public static RevitLinkInstance Create(
	Document document,
	ElementId revitLinkTypeId,
	ImportPlacement placement
)

Return Value RevitLinkInstance The newly-created RevitLinkInstance.

Loading…