Click or drag to resize

GlobeImageOverlay.UseAltitudeBasedTranslucency Property

Gets or sets whether to use altitude to determine the translucency value for the image or not. If false, the Translucency value is used. If true, the translucency will be determined by the values of AltitudeBasedTranslucencyLowerTranslucency, AltitudeBasedTranslucencyUpperTranslucency, AltitudeBasedTranslucencyLowerAltitude, and AltitudeBasedTranslucencyUpperAltitude.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public virtual bool UseAltitudeBasedTranslucency { get; set; }

Property Value

Type: Boolean
See Also