LineDisplayCapabilities.IsStatisticsUpdatingSupported Property

Definition

Gets whether the line display supports updating (or resetting) statistics.

public:
 property bool IsStatisticsUpdatingSupported { bool get(); };
bool IsStatisticsUpdatingSupported();
public bool IsStatisticsUpdatingSupported { get; }
var boolean = lineDisplayCapabilities.isStatisticsUpdatingSupported;
Public ReadOnly Property IsStatisticsUpdatingSupported As Boolean

Property Value

Boolean

bool

True if the line display supports updating statistics; otherwise, false.

Applies to