AGI STK VGT 11 Send comments on this topic.
AzimuthAngle Property (IAgCrdnSystemOnSurface)
See Also 





Description

An angle by which the topocentric axes is rotated.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_AzimuthAngle();
public: __property void set_AzimuthAngle(
double
);

[Unmanaged C++]
public: HRESULT get_AzimuthAngle(
double * pRetVal
);
public: HRESULT put_AzimuthAngle(
double NewAzimuthAngle
);

[Java]
public double getAzimuthAngle();public void setAzimuthAngle(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1