AGI STK Graphics 11 Send comments on this topic.
UseAltitudeBasedTranslucency Property (IAgStkGraphicsGlobeImageOverlay)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseAltitudeBasedTranslucency() As Boolean

[C#]
public bool UseAltitudeBasedTranslucency {get; set;}

[Managed C++]
public: __property bool get_UseAltitudeBasedTranslucency();
public: __property void set_UseAltitudeBasedTranslucency(
bool
);

[Unmanaged C++]
public: HRESULT get_UseAltitudeBasedTranslucency(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseAltitudeBasedTranslucency(
VARIANT_BOOL NewUseAltitudeBasedTranslucency
);

[Java]
public bool getUseAltitudeBasedTranslucency();public void setUseAltitudeBasedTranslucency(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1