Click or drag to resize

GlobeImageOverlayUseAltitudeBasedTranslucency Property

Gets or sets whether to use altitude to determine the translucency value for the image or not. If , the Translucency value is used. If , 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.1.418.0 (24.1.418.0)
Syntax
public virtual bool UseAltitudeBasedTranslucency { get; set; }

Property Value

Type: Boolean
See Also