IAgODProvideTrackingDataLib 13Send comments on this topic.
ZAngle Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

A rotation angle about the local zenith direction which modifies the definition of X/Y angle observations. The Z angle specifies a rotation about the Zenith direction in a right handed sense to specify the direction of the X axis where a rotation of zero corresponds to the X axis oriented with local North. X/Y angles of the North-South type are equivalent to X/Y Z angles with a Z angle of zero degrees. X/Y angles of the East-West type are equivalent to X/Y Z angles with a Z angle of 270 degrees.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ZAngle() As Double
[C#]
public double ZAngle {get; set;}
[Managed C++]
public: __property double get_ZAngle();
public: __property void set_ZAngle( double );
[Unmanaged C++]
public: HRESULT get_ZAngle(
    double * pVal
);
public: HRESULT put_ZAngle(
    double newVal
);
[Java]
public double getZAngle();
public void setZAngle(
    double
);
[Python - STK API ]
@property
def ZAngle(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.