AGI Components with Insight3D Alpha 2008 r8
AgGxDisplayConditionAltitudeClass Class
Library ReferenceAGI.Graphics AgGxDisplayConditionAltitudeClass
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 
Class 
AgGxDisplayConditionAltitudeClass _
        
Implements 

IAgGxDisplayConditionAltitude, 

AgGxDisplayConditionAltitude, 

IAgGxDisplayCondition
public 
ref class 
AgGxDisplayConditionAltitudeClass :


IAgGxDisplayConditionAltitude, 
        

AgGxDisplayConditionAltitude, 

IAgGxDisplayCondition
Members
All Members Constructors Methods Properties



Icon Member Description
AgGxDisplayConditionAltitudeClass () () ()
Equals(Object)
Determines whether the specified Objectis equal to the current 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 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.

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

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?

MemberwiseClone () () ()
Creates a shallow copy of the current Object.
(Inherited from Object.)
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?

ToString () () ()
Returns a Stringthat represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AgGxDisplayConditionAltitudeClass

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