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





Description

Gets whether to use altitude to determine the translucency value for the image or not.

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 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1