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





Windows & Linux

Description

Gets or sets the upper translucency value for the image when Use Altitude Based Translucency is set to true. When the altitude of the viewer is at or above Altitude Based Translucency Upper Altitude, the image will have the translucency specified by this property, and will be linearly interpolated at altitude values between Altitude Based Translucency Upper Altitude and Altitude Based Translucency Lower Altitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeBasedTranslucencyUpperTranslucency() As Single
[C#]
public float AltitudeBasedTranslucencyUpperTranslucency {get; set;}
[Managed C++]
public: __property float get_AltitudeBasedTranslucencyUpperTranslucency();
public: __property void set_AltitudeBasedTranslucencyUpperTranslucency( float );
[Unmanaged C++]
public: HRESULT get_AltitudeBasedTranslucencyUpperTranslucency(
    float * pRetVal
);
public: HRESULT put_AltitudeBasedTranslucencyUpperTranslucency(
    float AltitudeBasedTranslucencyUpperTranslucency
);
[Java]
public float getAltitudeBasedTranslucencyUpperTranslucency();
public void setAltitudeBasedTranslucencyUpperTranslucency(
    float
);
[Python - STK API ]
@property
def AltitudeBasedTranslucencyUpperTranslucency(self) -> float:

@AltitudeBasedTranslucencyUpperTranslucency.setter
def AltitudeBasedTranslucencyUpperTranslucency(self, AltitudeBasedTranslucencyUpperTranslucency:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.