Revit 2025.3 API
Analytical |
Checks whether input hub is valid for an AnalyticalLink.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool IsValidHub( Document doc, ElementId hubId )
Public Shared Function IsValidHub ( doc As Document, hubId As ElementId ) As Boolean
public: static bool IsValidHub( Document^ doc, ElementId^ hubId )
static member IsValidHub : doc : Document * hubId : ElementId -> bool
Parameters
Return Value
BooleanTrue is returned when provided hubId points hub that is valid for AnalyticalLink, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also