ConnectorManager
Description:
Provides access to the Connector Manager
Provides access to the Connector Manager
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ConnectorManager
System.Object
Autodesk.Revit.DB.ConnectorManager
public class ConnectorManager : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Lookup(Int32) | Connector | Lookup the connector using the unique index value that identify this connector. |
| Name | Return Type | Description |
|---|---|---|
| Connectors | ConnectorSet | Return all the Connectors of the Connector Manager. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Owner | Element | This property is used to retrieve the owner of the Connector Manager. |
| UnusedConnectors | ConnectorSet | Return all the unused Connectors of the Connector Manager. |