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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeOffset() As Double
[C#]
public double AltitudeOffset {get; set;}
[Managed C++]
public: __property double get_AltitudeOffset();
public: __property void set_AltitudeOffset( double );
[Unmanaged C++]
public: HRESULT get_AltitudeOffset(
    double * pRetVal
);
public: HRESULT put_AltitudeOffset(
    double AltitudeOffset
);
[Java]
public double getAltitudeOffset();
public void setAltitudeOffset(
    double
);
[Python - STK API ]
@property
def AltitudeOffset(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.