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.
[Visual Basic .NET] |
---|
Public Function InitializeWithTimes( _
ByVal MinimumTime As IAgDate, _
ByVal MaximumTime As IAgDate _
) As IAgStkGraphicsTimeIntervalDisplayCondition
|
[C#] |
---|
public IAgStkGraphicsTimeIntervalDisplayCondition InitializeWithTimes(
|
[Managed C++] |
---|
public: IAgStkGraphicsTimeIntervalDisplayCondition^ InitializeWithTimes(
|
[Java] |
---|
public IAgStkGraphicsTimeIntervalDisplayCondition initializeWithTimes(
|
[Unmanaged C++] |
---|
public: HRESULT InitializeWithTimes(
|
- MinimumTime
- The minimum time of the inclusive time interval.
- MaximumTime
- The maximum distance of the inclusive time interval.