AGI STK Objects 11 Send comments on this topic.
Angle Property (IAgVeGfxElevationGroundElevation)
See Also 





Description

Ground elevation angle as measured from the ground to the vehicle. Range 0-90. Uses Angle Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Angle();
public: __property void set_Angle(
double
);

[Unmanaged C++]
public: HRESULT get_Angle(
double * pRetVal
);
public: HRESULT put_Angle(
double NewAngle
);

[Java]
public double getAngle();public void setAngle(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1