The distance display condition defines a
distance interval, in meters, from the viewer to the object that
defines when the object is displayed.
| C# | Visual Basic | Visual C++ |
public interface AgGxDisplayConditionDistance : IAgGxDisplayConditionDistance
Public Interface AgGxDisplayConditionDistance _ Implements IAgGxDisplayConditionDistance
public interface class AgGxDisplayConditionDistance : IAgGxDisplayConditionDistance
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Initialize(Double, Double) |
Initializes the distance display condition
with the interval [MinimumDistance, MaximumDistance]. When the
distance between the viewer and an object with this constraint, is
outside of this interval, the object will not be
displayed. (Inherited from
IAgGxDisplayConditionDistance.)
|
|
|
IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene) |
Returns true if the condition is satisfied,
indicating the object should be displayed. (Inherited from
IAgGxDisplayConditionDistance.)
|
|
|
MaximumDistance |
The maximum distance, in meters, the object
should be from the viewer for the object to be displayed. At
distances beyond this, the object is not displayed. The default is
zero meters. The MinimumDistance and MaximumDistance define the
interval when a objec?Z? (Inherited from
IAgGxDisplayConditionDistance.)
|
|
|
MaximumDistanceSquared |
The squared maximum distance, in meters, the
object should be from the viewer for the object to be displayed. At
distances beyond this, the object is not displayed. The default is
zero meters. The MinimumDistance and MaximumDistance define the
interval when?Z? (Inherited from
IAgGxDisplayConditionDistance.)
|
|
|
MinimumDistance |
The minimum distance, 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 MinimumDistance and MaximumDistance
define the interval whe?Z? (Inherited from
IAgGxDisplayConditionDistance.)
|
|
|
MinimumDistanceSquared |
The squared minimum distance, 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 MinimumDistance and MaximumDistance
define the inte?Z? (Inherited from
IAgGxDisplayConditionDistance.)
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)