<Code Lib>
2020 Method
Changes 0
M

AnalyticalLink.IsValidHub

Description:
Checks whether input hub is valid for an AnalyticalLink.

public static bool IsValidHub(
	Document doc,
	ElementId hubId
)

Return Value bool True is returned when provided hubId points hub that is valid for AnalyticalLink, false otherwise.

Loading…