Click or drag to resize

Limits Class

Defines a set of lower and upper limits.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.CommonLimits

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public sealed class Limits : ICloneable, 
	IXmlSerializable

The Limits type exposes the following members.

Constructors
 NameDescription
Public methodLimits Initializes a new instance of the Limits class.
Public methodLimits(Double, Double) Initializes a new instance of the Limits class.
Top
Properties
 NameDescription
Public propertyLowerLimit Gets or sets the lower limit.
Public propertyUpperLimit Gets or sets the upper limit.
Top
Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
Public methodGetSchemaThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodReadXmlGenerates an object from its XML representation.
Public methodSetLimits(Limits) Change the limits to new values.
Public methodSetLimits(Double, Double) Change the limits to new values.
Public methodWriteXmlConverts an object into its XML representation.
Top
See Also