AGI Components with Insight3D Alpha 2008 r8
AgGxDisplayConditionAltitude Interface
Library ReferenceAGI.GraphicsAgGxDisplayConditionAltitude
The altitude display condition defines an altitude interval, in meters, that defines when the object is displayed based on the viewer's altitude.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
AgGxDisplayConditionAltitude : 

IAgGxDisplayConditionAltitude
Public 
Interface 
AgGxDisplayConditionAltitude _
        
Implements 

IAgGxDisplayConditionAltitude
public 
interface class 
AgGxDisplayConditionAltitude : 

IAgGxDisplayConditionAltitude
Members
All Members Methods Properties



Icon Member Description
Initialize(Double, Double)
Initializes the altitude display condition with the interval [OnAltitude, OffAltitude]. When the altitude between the viewer and an object with this constraint, is outside of this interval, the object will not be displayed. Altitude should be in meters.
(Inherited from IAgGxDisplayConditionAltitude.)
IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene)
Returns true if the condition is satisfied, indicating the object should be displayed.
(Inherited from IAgGxDisplayConditionAltitude.)
MaximumAltitude
The maximum altitude, in meters, the object should be from the viewer for the object to be displayed. At altitudes beyond this, the object is not displayed. The default is 1.0e12 meters. The OnAltitude and OffAltitude define the interval when a object is di?Z?
(Inherited from IAgGxDisplayConditionAltitude.)
MinimumAltitude
The minimum altitude, in meters, the object should be from the viewer for the object to be displayed. The default is zero, so the object will not disappear because the viewer moves closer to it. The OnAltitude and OffAltitude define the interval when a objec?Z?
(Inherited from IAgGxDisplayConditionAltitude.)

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