STK AgCommRadarFoundationSend comments on this topic.
TiltAngle Property (IAgCRPolarization)
See Also
Windows





Windows & Linux

Description

Gets the tilt angle.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TiltAngle() As Double
[C#]
public double TiltAngle {get;}
[Managed C++]
public: __property double get_TiltAngle();
[Unmanaged C++]
public: HRESULT get_TiltAngle(
    double * pTiltAngle
);
[Java]
public double getTiltAngle();

Remarks

The tilt angle is the angle between the reference axis and the electric field vector. If x axis is selected as the reference, positive tilt is measured from x to y in the xy plane. If y axis is selected as the reference, positive tilt is measured from y to -x in the xy plane. If z axis is selected as the reference, positive tilt is measured from z to x in the xz plane.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.