AutomaticConnectionBehaviorType Enumeration

AutomaticConnectionBehaviorType Enumeration

Defines behavior of connector with respect to automatic creation of connections

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum AutomaticConnectionBehaviorType
Public Enumeration AutomaticConnectionBehaviorType
public enum class AutomaticConnectionBehaviorType
type AutomaticConnectionBehaviorType
Members
Member nameValueDescription
Accepting3 Connector accepts more automatic connections if needed, but
Active1 Connector is actively looking to be connected
Exclude0 Connector does not participate in automatic connection
Forced2 Connector must establish a connection
Full4 Connector may participate in automatic connection, but at the moment it is fully connected
See Also