ConnectorProfileType Enumeration |
An enumerated type listing all connector profile types
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum ConnectorProfileType
Public Enumeration ConnectorProfileType
public enum class ConnectorProfileType
type ConnectorProfileType
MembersMember name | Value | Description |
---|
Invalid | -1 |
Invalid connector profile
|
Oval | 2 |
Oval connector profile
|
Rectangular | 1 |
Rectangular connector profile
|
Round | 0 |
Round connector profile
|
See Also