Defines an inclusive time interval that determines when an object, such as a primitive, is rendered based on the current animation time .
Initialize | Initializes a default time display condition. Minimum Time is set to JulianDate.MinValue and Maximum Time is set to JulianDate.MaxValue . With this interval, an object is always rendered regardless of the current animation time. |
InitializeWithTimeInterval | Initializes a time display condition with a Time Interval. |
InitializeWithTimes | 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. |