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





Windows & Linux

Description

Gets the lower altitude bound used to calculate translucency for the image.

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 Altitude
);
[Java]
public double getAltitudeBasedTranslucencyLowerAltitude();
public void setAltitudeBasedTranslucencyLowerAltitude(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.