flag to indicate the value has been reset
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public bool IsReset { get; set; } |
Visual Basic |
---|
Public Property IsReset As Boolean Get Set |
Visual C++ |
---|
public: property bool IsReset { bool get (); void set (bool value); } |