STK Vector Geometry ToolSend 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 AzimuthAngle
);
[Java]
public double getAzimuthAngle();
public void setAzimuthAngle(
    double
);
[Python - STK API ]
@property
def AzimuthAngle(self) -> float:

@AzimuthAngle.setter
def AzimuthAngle(self, AzimuthAngle:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.