Defines behavior of connector with respect to automatic creation of connections
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum AutomaticConnectionBehaviorType
Members
Member name | Value | Description |
---|---|---|
Accepting | 3 | Connector accepts more automatic connections if needed, but |
Active | 1 | Connector is actively looking to be connected |
Exclude | 0 | Connector does not participate in automatic connection |
Forced | 2 | Connector must establish a connection |
Full | 4 | Connector may participate in automatic connection, but at the moment it is fully connected |