AGI STK Objects 11 Send comments on this topic.
Elevation Property (IAgVeGfxElevationsElement)
See Also 





Description

Elevation level. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Elevation() As Double

[C#]
public double Elevation {get; set;}

[Managed C++]
public: __property double get_Elevation();
public: __property void set_Elevation(
double
);

[Unmanaged C++]
public: HRESULT get_Elevation(
double * pRetVal
);
public: HRESULT put_Elevation(
double NewElevation
);

[Java]
public double getElevation();public void setElevation(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1