AGI STK Graphics 11
Send comments
on this topic.
IAgStkGraphicsGlobeImageOverlay Interface Members
See Also
Overview
Collapse All
Expand All
Public Properties
AltitudeBasedTranslucencyLowerAltitude
Gets or sets the lower altitude bound used to calculate translucency for the image when
Globe Image Overlay . Use Altitude Based Translucency
is set to true. When the altitude of the viewer is at or below this value, the image will have the translucency specified by
Globe Image Overlay . Altitude Based Translucency Lower Translucency
, and will be linearly interpolated at altitude values between
Globe Image Overlay . Altitude Based Translucency Lower Altitude
and
Globe Image Overlay . Altitude Based Translucency Upper Altitude
.
AltitudeBasedTranslucencyLowerTranslucency
Gets or sets the lower translucency value for the image when
Globe Image Overlay . Use Altitude Based Translucency
is set to true. When the altitude of the viewer is at or below
Globe Image Overlay . Altitude Based Translucency Lower Altitude
, the image will have the translucency specified by this property, and will be linearly interpolated at altitude values between
Globe Image Overlay . Altitude Based Translucency Lower Altitude
and
Globe Image Overlay . Altitude Based Translucency Upper Altitude
.
AltitudeBasedTranslucencyUpperAltitude
Gets or sets the upper altitude bound used to calculate translucency for the image when
Globe Image Overlay . Use Altitude Based Translucency
is set to true. When the altitude of the viewer is at or above this value, the image will have the translucency specified by
Globe Image Overlay . Altitude Based Translucency Upper Translucency
, and will be linearly interpolated at altitude values between
Globe Image Overlay . Altitude Based Translucency Upper Altitude
and
Globe Image Overlay . Altitude Based Translucency Lower Altitude
.
AltitudeBasedTranslucencyUpperTranslucency
Gets or sets the upper translucency value for the image when
Globe Image Overlay . Use Altitude Based Translucency
is set to true. When the altitude of the viewer is at or above
Globe Image Overlay . Altitude Based Translucency Upper Altitude
, the image will have the translucency specified by this property, and will be linearly interpolated at altitude values between
Globe Image Overlay . Altitude Based Translucency Upper Altitude
and
Globe Image Overlay . Altitude Based Translucency Lower Altitude
.
MoreThanOneImageGlobeOverlaySupported
Gets whether or not the video card allows for more than one image globe overlay
Globe Image Overlay
to be added.
Translucency
Gets or sets the translucency value for the image. The translucency is between 0 and 1, where 0 is fully opaque and 1 is invisible.
UseAltitudeBasedTranslucency
Gets or sets whether to use altitude to determine the translucency value for the image or not. If false, the
Globe Image Overlay . Translucency
value is used. If true, the translucency will be determined by the values of
Globe Image Overlay . Altitude Based Translucency Lower Translucency
,
Globe Image Overlay . Altitude Based Translucency Upper Translucency
,
Globe Image Overlay . Altitude Based Translucency Lower Altitude
, and
Globe Image Overlay . Altitude Based Translucency Upper Altitude
.
See Also
IAgStkGraphicsGlobeImageOverlay Overview
STK 11.1 Programming Interface