STK Graphics PrimitivesSend comments on this topic.
UseAltitudeBasedTranslucency Property (IAgStkGraphicsGlobeImageOverlay)
See Also
Windows





Windows & Linux

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 Altitude Based Translucency Lower Translucency, Altitude Based Translucency Upper Translucency, Altitude Based Translucency Lower Altitude, and Altitude Based Translucency Upper Altitude.

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
);
[Python - STK API ]
@property
def UseAltitudeBasedTranslucency(self) -> bool:

@UseAltitudeBasedTranslucency.setter
def UseAltitudeBasedTranslucency(self, UseAltitudeBasedTranslucency:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.