The altitude of the clouds.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual double Altitude { get; set; }Public Overridable Property Altitude As Double
	Get
	Set
public:
virtual property double Altitude {
	double get ();
	void set (double value);
}abstract Altitude : float with get, set
override Altitude : float with get, set
Property Value
Type: 
Double
See Also