Checks whether input hub is valid for an AnalyticalLink.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static bool IsValidHub( Document doc, ElementId hubId )
Parameters
Return Value
BooleanTrue is returned when provided hubId points hub that is valid for AnalyticalLink, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |