Indicates if the field displays totals.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since:
2013
Syntax
C# |
---|
[ObsoleteAttribute("This property is obsolete in Revit 2017. Use DisplayType instead.")]
public bool HasTotals { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("This property is obsolete in Revit 2017. Use DisplayType instead.")> _
Public Property HasTotals As Boolean
Get
Set |
Visual C++ |
---|
[ObsoleteAttribute(L"This property is obsolete in Revit 2017. Use DisplayType instead.")]
public:
property bool HasTotals {
bool get ();
void set (bool value);
} |
Field Value
True if the field displays totals, false otherwise.
Remarks
Exceptions
See Also