STK Graphics PrimitivesSend comments on this topic.
AltitudeScale Property (IAgStkGraphicsTerrainOverlay)
See Also
Windows





Windows & Linux

Description

Gets or sets the value from which to scale the terrain height.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeScale() As Double
[C#]
public double AltitudeScale {get; set;}
[Managed C++]
public: __property double get_AltitudeScale();
public: __property void set_AltitudeScale( double );
[Unmanaged C++]
public: HRESULT get_AltitudeScale(
    double * pRetVal
);
public: HRESULT put_AltitudeScale(
    double AltitudeScale
);
[Java]
public double getAltitudeScale();
public void setAltitudeScale(
    double
);
[Python - STK API ]
@property
def AltitudeScale(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.