Show / Hide Table of Contents

Interface IRange

A range of values between a minimum and maximum (inclusive)

Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IRange

Properties

| Improve this Doc View Source

Maximum

The maximum value of the range

Declaration
object Maximum { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Minimum

The minimum value of the range

Declaration
object Minimum { get; }
Property Value
Type Description
System.Object
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX