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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeBasedTranslucencyLowerAltitude() As Double
[C#]
public double AltitudeBasedTranslucencyLowerAltitude {get; set;}
[Managed C++]
public: __property double get_AltitudeBasedTranslucencyLowerAltitude();
public: __property void set_AltitudeBasedTranslucencyLowerAltitude( double );
[Unmanaged C++]
public: HRESULT get_AltitudeBasedTranslucencyLowerAltitude(
    double * pRetVal
);
public: HRESULT put_AltitudeBasedTranslucencyLowerAltitude(
    double AltitudeBasedTranslucencyLowerAltitude
);
[Java]
public double getAltitudeBasedTranslucencyLowerAltitude();
public void setAltitudeBasedTranslucencyLowerAltitude(
    double
);
[Python - STK API ]
@property
def AltitudeBasedTranslucencyLowerAltitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.