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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.