The time interval display condition defines a
time interval when constrained objects should be displayed.
| C# | Visual Basic | Visual C++ |
public interface AgGxDisplayConditionTimeInterval : IAgGxDisplayConditionTimeInterval
Public Interface AgGxDisplayConditionTimeInterval _ Implements IAgGxDisplayConditionTimeInterval
public interface class AgGxDisplayConditionTimeInterval : IAgGxDisplayConditionTimeInterval
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Initialize(Double, Double) |
Initializes the time interval display
condition with the interval [MinimumTime, MaximumTime]. When the
animation time is outside of this interval, objects with this
constraint, are not displayed. (Inherited from
IAgGxDisplayConditionTimeInterval.)
|
|
|
IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene) |
Returns true if the condition is satisfied,
indicating the object should be displayed. (Inherited from
IAgGxDisplayConditionTimeInterval.)
|
|
|
MaximumTime |
The maximum time. The interval [MinimumTime,
MaximumTime] defines the time interval when constrained objects are
displayed. The default is zero. (Inherited from
IAgGxDisplayConditionTimeInterval.)
|
|
|
MinimumTime |
The minimum time. The interval [MinimumTime,
MaximumTime] defines the time interval when constrained objects are
displayed. The default is zero. (Inherited from
IAgGxDisplayConditionTimeInterval.)
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)