Defines an altitude interval, in meters, that
defines when an object is displayed based on the viewer's
altitude.
| C# | Visual Basic | Visual C++ |
public interface IAgGxDisplayConditionAltitude : IAgGxDisplayCondition
Public Interface IAgGxDisplayConditionAltitude _ Implements IAgGxDisplayCondition
public interface class IAgGxDisplayConditionAltitude : IAgGxDisplayCondition
| 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.
|
|
|
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.)
|
|
|
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?
|
|
|
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?
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)