RebarUpdateCurvesData.IsStyleChanged Property

RebarUpdateCurvesDataIsStyleChanged Property

Indicates if the style 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 IsStyleChanged { get; }
Public ReadOnly Property IsStyleChanged As Boolean
	Get
public:
property bool IsStyleChanged {
	bool get ();
}
member IsStyleChanged : bool with get

Property Value

Boolean
See Also