The time interval display condition defines a
time interval when constrained objects should be displayed.
| C# | Visual Basic | Visual C++ |
public class AgGxDisplayConditionTimeIntervalClass : IAgGxDisplayConditionTimeInterval, AgGxDisplayConditionTimeInterval, IAgGxDisplayCondition
Public Class AgGxDisplayConditionTimeIntervalClass _ Implements IAgGxDisplayConditionTimeInterval, AgGxDisplayConditionTimeInterval, IAgGxDisplayCondition
public ref class AgGxDisplayConditionTimeIntervalClass : IAgGxDisplayConditionTimeInterval, AgGxDisplayConditionTimeInterval, IAgGxDisplayCondition
| All Members | Constructors | Methods | Properties | ||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
AgGxDisplayConditionTimeIntervalClass () () () |
|
|
|
Equals(Object) |
(Inherited from
Object.)
|
|
|
Finalize () () () |
Allows an
Objectto attempt to free resources and perform
other cleanup operations before the
Objectis reclaimed by garbage
collection. (Inherited from
Object.)
|
|
|
GetHashCode () () () |
Serves as a hash function for a particular
type.
GetHashCode
()
()
()
is suitable for use in hashing algorithms and data
structures like a hash table. (Inherited from
Object.)
|
|
|
GetType () () () |
Gets the
Typeof the current instance. (Inherited
from
Object.)
|
|
|
IAgGxDisplayCondition_IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene) |
|
|
|
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.
|
|
|
IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene) |
Returns true if the condition is satisfied,
indicating the object should be displayed.
|
|
|
MaximumTime |
The maximum time. The interval [MinimumTime,
MaximumTime] defines the time interval when constrained objects are
displayed. The default is zero.
|
|
|
MemberwiseClone () () () |
Creates a shallow copy of the current
Object. (Inherited from
Object.)
|
|
|
MinimumTime |
The minimum time. The interval [MinimumTime,
MaximumTime] defines the time interval when constrained objects are
displayed. The default is zero.
|
|
|
ToString () () () |
(Inherited from
Object.)
|
| Object | |
|
|
AgGxDisplayConditionTimeIntervalClass |
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)