STK AgGraphicsPluginSend comments on this topic.
UseAltitudeBasedTranslucency Property (IAgStkGraphicsPluginCustomImageGlobeOverlayContext)
See Also
Windows





Windows & Linux

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 UseAltitudeBasedTranslucency
);
[Java]
public bool getUseAltitudeBasedTranslucency();
public void setUseAltitudeBasedTranslucency(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.