Checks whether input hub is valid for an AnalyticalLink.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidHub(
Document doc,
ElementId hubId
)
Parameters
- doc Document
-
Hubs's document.
- hubId ElementId
-
Hub to test for validity.
Return Value
Boolean
True is returned when provided hubId points hub that is valid for AnalyticalLink, false otherwise.
Exceptions
See Also
Reference