Namespace:
Autodesk.Revit.DB
ConnectorType
Enumeration
Description:
An enumerated type listing all connector types for a connection
An enumerated type listing all connector types for a connection
Syntax
public enum ConnectorType
Unknown Namespace Members:
| Name | Description |
|---|---|
| Invalid | Invalid connection type |
| End | End connection type |
| Curve | Curve connection type |
| Logical | Logical connection type |
| Reference | Reference connection type |
| Surface | Surface connection type |
| EndSurface | End or Surface connection type |
| Physical | Physical connection type |
| NonEnd | Not end connection type |
| MasterSurface | This value is deprecated and will be removed in a future version of Revit. Please use MainSurface instead. |
| MainSurface | Main surface connection type |
| Family | Family connection type |
| NodeReference | Reference to the layout node type |
| BlankEnd | Blank End type |
| AnyEnd | Any end connection type |
| Super | Connection between a sub-system and a super-system, such as a connection between supply and return sub-systems and a main hydronic piping system or an air system. |
| AllModes | All connection modes |