| AltitudeDisplayCondition Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Graphics
 Syntax
SyntaxThe AltitudeDisplayCondition type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AltitudeDisplayCondition | 
Initializes a default altitude display condition.
With this constructor, an object is always
rendered
regardless of the camera's altitude.
 | 
|  | AltitudeDisplayCondition(Double, Double) | 
Initializes an altitude display condition with the inclusive altitude interval
[minimumAltitude, maximumAltitude].  When this
display condition is assigned to an object, such as a
primitive,
the object is only
rendered
when the camera's altitude, relative to the CentralBody, is within the interval.
 | 
|  | AltitudeDisplayCondition(CentralBody, Double, Double) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CentralBody | 
Gets or sets the CentralBody to which the altitude is relative.
 | 
|  | MaximumAltitude | 
Gets or sets the maximum altitude, in meters, of the inclusive altitude interval.
Use Double.MaxValue to ignore checking the maximum altitude.
 | 
|  | MinimumAltitude | 
Gets or sets the minimum altitude, in meters, of the inclusive altitude interval.
Use Double.MinValue to ignore checking the minimum altitude.
 | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | (Inherited from DisplayCondition.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also