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





Windows & Linux

Description

Sets the tilt angle in radians.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TiltAngle() As Double
[C#]
public double TiltAngle {get; set;}
[Managed C++]
public: __property double get_TiltAngle();
public: __property void set_TiltAngle( double );
[Unmanaged C++]
public: HRESULT get_TiltAngle(
    double * pTiltAngle
);
public: HRESULT put_TiltAngle(
    double tiltAngle
);
[Java]
public double getTiltAngle();
public void setTiltAngle(
    double
);
[Python - STK API ]
@property
def TiltAngle(self) -> float:

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

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

© 2025 Analytical Graphics, Inc. All Rights Reserved.