MEPConnectorInfo
Description:
MEP connector information.
MEP connector information.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.MEPConnectorInfo
Autodesk.Revit.DB.MEPFamilyConnectorInfo
System.Object
Autodesk.Revit.DB.MEPConnectorInfo
Autodesk.Revit.DB.MEPFamilyConnectorInfo
public class MEPConnectorInfo : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsPrimary | bool | True if this is the primary connector. |
| IsSecondary | bool | True if this is the secondary connector. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| LinkedConnector | Connector | The linked connector or if there is no linked connector |