The IIntervalVar type exposes the following members.

Properties

  Name Description
Public property EndMax
Accesses/sets the maximal end value of the invoking interval variable.
Public property EndMin
Accesses/sets the minimal end value of the invoking interval variable.
Public property Granularity
Accesses the granularity of the intensity function of the invoking interval variable. Note that by default, the granularity is 100 so the intensity function is expressed as a percentage.
Public property Intensity
Accesses/sets the intensity function of the invoking interval variable.
Public property IsAbsent
Returns true if and only if the interval variable must be absent.
Public property IsPresent
Returns true if and only if the interval variable must be present.
Public property LengthMax
Accesses/sets the maximal length value of the interval variable.
Public property LengthMin
Accesses/sets the minimal length value of the interval variable.
Public property Name
Accesses/sets the name assigned to the invoking modeling object. If the invoking modeling object has not been assigned a name, null is returned.
(Inherited from IAddable.)
Public property Name
Accesses the name of the invoking interval variable.
Public property SizeMax
Access/sets the maximal size value of the interval variable.
Public property SizeMin
Accesses/sets the minimal size value of the interval variable.
Public property StartMax
Accesses/sets the maximal start value of the interval variable.
Public property StartMin
Accesses/sets the minimal start value of the interval variable.

See Also