Gets or sets the integer scaling value of this DigitalDefinitionBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override sealed uint ScalingValue { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Overrides NotOverridable Property ScalingValue As UInteger Get Set
[EditorBrowsableAttribute(EditorBrowsableState::Never)] public: virtual property unsigned int ScalingValue { unsigned int get () override sealed; void set (unsigned int value) override sealed; }
Remarks
Scaling value for digital values will always be 1; assigning a value other than 1 will thrown an exception.
Exceptions
Exception | Condition |
---|---|
NotImplementedException | Digital values represent bit flags and thus are not scaled. |