<Code Lib>
2024 Method
Changes 0
M

RevitLinkType.IsLoaded

Description:
Checks whether the link with this id is loaded.
Remarks:
Returns false if typeId is not the id of a RevitLinkType.

public static bool IsLoaded(
	Document document,
	ElementId typeId
)

Return Value bool True if typeId corresponds to a loaded RevitLinkType. False otherwise.

Loading…