AFAttributeTrait.AllowDisplayDigits Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.