RebarUpdateCurvesData.IsBendingRadiusChanged Property

RebarUpdateCurvesDataIsBendingRadiusChanged Property

Indicates if the bending radius has changed since the last regeneration.

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

Property Value

Boolean
See Also