Connector.AllowsSlopeAdjustments Property

ConnectorAllowsSlopeAdjustments Property

Indicates if the connector allows the slope adjustment.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool AllowsSlopeAdjustments { get; }
Public ReadOnly Property AllowsSlopeAdjustments As Boolean
	Get
public:
property bool AllowsSlopeAdjustments {
	bool get ();
}
member AllowsSlopeAdjustments : bool with get

Property Value

Boolean
See Also