AGI STK Graphics 11 Send comments on this topic.
InitializeWithTimes Method (IAgStkGraphicsTimeIntervalDisplayConditionFactory)
See Also 
MinimumTime
The minimum time of the inclusive time interval.
MaximumTime
The maximum distance of the inclusive time interval.

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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface