AFAttributeTrait.AllowDisplayDigits Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Indicates if the AFAttribute with this trait defined is allowed to define a value for DisplayDigits.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool AllowDisplayDigits { get; }
Public ReadOnly Property AllowDisplayDigits As Boolean Get Dim instance As AFAttributeTrait Dim value As Boolean value = instance.AllowDisplayDigits
public: property bool AllowDisplayDigits { bool get (); }
member AllowDisplayDigits : bool with get
Property Value
Type: BooleanReturns if the AFAttribute with this trait defined is allowed to define a value for its DisplayDigits property. If , then the display digits of the Parent attribute is always returned if it exists, otherwise the default value of -5 will be returned.