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 class AgGxDisplayConditionDistanceClass : IAgGxDisplayConditionDistance, AgGxDisplayConditionDistance, IAgGxDisplayCondition
Public Class AgGxDisplayConditionDistanceClass _ Implements IAgGxDisplayConditionDistance, AgGxDisplayConditionDistance, IAgGxDisplayCondition
public ref class AgGxDisplayConditionDistanceClass : IAgGxDisplayConditionDistance, AgGxDisplayConditionDistance, IAgGxDisplayCondition
| All Members | Constructors | Methods | Properties | ||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
AgGxDisplayConditionDistanceClass () () () |
|
|
|
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 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.
|
|
|
IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene) |
Returns true if the condition is satisfied,
indicating the object should be displayed.
|
|
|
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?
|
|
|
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?
|
|
|
MemberwiseClone () () () |
Creates a shallow copy of the current
Object. (Inherited from
Object.)
|
|
|
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?
|
|
|
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?
|
|
|
ToString () () () |
(Inherited from
Object.)
|
| Object | |
|
|
AgGxDisplayConditionDistanceClass |
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)