AGI Components with Insight3D Alpha 2008 r8
IAgGxDisplayConditionTimeInterval Interface
Library ReferenceAGI.Graphics IAgGxDisplayConditionTimeInterval
Defines a time interval when constrained objects should be displayed.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxDisplayConditionTimeInterval :


IAgGxDisplayCondition
Public 
Interface 
IAgGxDisplayConditionTimeInterval _
        
Implements 

IAgGxDisplayCondition
public 
interface class 
IAgGxDisplayConditionTimeInterval :


IAgGxDisplayCondition
Members
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.

IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene)
Returns true if the condition is satisfied, indicating the object should be displayed.

IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene)
Returns true if the condition is satisfied, indicating the object should be displayed.
(Inherited from IAgGxDisplayCondition.)
MaximumTime
The maximum time. The interval [MinimumTime, MaximumTime] defines the time interval when constrained objects are displayed. The default is zero.

MinimumTime
The minimum time. The interval [MinimumTime, MaximumTime] defines the time interval when constrained objects are displayed. The default is zero.

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)