Description
Initializes a time display condition with the
inclusive time interval [minimumTime, maximumTime]. When this
display condition is assigned to an object, such as a primitive, the object is
only rendered when the
current animation time, Time, is within the interval.
Syntax
| [Visual Basic .NET] |
|---|
Public Function InitializeWithTimes( _
ByVal MinimumTime As IAgDate, _
ByVal MaximumTime As IAgDate _
) As IAgStkGraphicsTimeIntervalDisplayCondition
|
Parameters
- MinimumTime
- The minimum time of the inclusive time interval.
- MaximumTime
- The maximum distance of the inclusive time interval.