AVEVA CAF API Documenation
Members 

RangeBase<T> Class
Range base generic class
Syntax
public abstract class RangeBase<T> 
where T: new(), IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>, struct
generic<typename T>
public ref class RangeBase abstract 
where T: gcnew(), IComparable, IFormattable, IConvertible, IComparable<T>, IEquatable<T>, value class
Type Parameters
T
Inheritance Hierarchy

System.Object
   Aveva.ApplicationFramework.RangeBase<T>
      Aveva.ApplicationFramework.DoubleRange
      Aveva.ApplicationFramework.IntegerRange

Requirements

Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)

See Also