The altitude display condition defines an
altitude interval, in meters, that defines when the object is
displayed based on the viewer's altitude.
| C# | Visual Basic | Visual C++ |
public class AgGxDisplayConditionAltitudeClass : IAgGxDisplayConditionAltitude, AgGxDisplayConditionAltitude, IAgGxDisplayCondition
Public Class AgGxDisplayConditionAltitudeClass _ Implements IAgGxDisplayConditionAltitude, AgGxDisplayConditionAltitude, IAgGxDisplayCondition
public ref class AgGxDisplayConditionAltitudeClass : IAgGxDisplayConditionAltitude, AgGxDisplayConditionAltitude, IAgGxDisplayCondition
| All Members | Constructors | Methods | Properties | ||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
AgGxDisplayConditionAltitudeClass () () () |
|
|
|
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 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 () () () |
(Inherited from
Object.)
|
| Object | |
|
|
AgGxDisplayConditionAltitudeClass |
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)