AGI STK Graphics 11 Send comments on this topic.
AltitudeOffset Property (IAgStkGraphicsCentralBodyGraphics)
See Also 





Description

Gets or sets the altitude, in meters, that all Terrain and Imagery will be offset from the surface of the Central Body in the Scene.

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 NewAltitudeOffset
);

[Java]
public double getAltitudeOffset();public void setAltitudeOffset(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1