GetHubConnectorManager Method


Hub Get Hub Connector Manager Method

Retrieves the ConnectorManager of the Hub.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ConnectorManager GetHubConnectorManager()

Return Value

ConnectorManager
The ConnectorManager.
Remarks
The ConnectorManager provides information about elements connected via the Hub.
See Also