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





Windows & Linux

Description

Sets the reference axis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceAxis() As AgECRPolarizationRefAxis
[C#]
public AgECRPolarizationRefAxis ReferenceAxis {get; set;}
[Managed C++]
public: __property AgECRPolarizationRefAxis get_ReferenceAxis();
public: __property void set_ReferenceAxis( AgECRPolarizationRefAxis );
[Unmanaged C++]
public: HRESULT get_ReferenceAxis(
    AgECRPolarizationRefAxis * pReferenceAxis
);
public: HRESULT put_ReferenceAxis(
    AgECRPolarizationRefAxis referenceAxis
);
[Java]
public AgECRPolarizationRefAxis getReferenceAxis();
public void setReferenceAxis(
    AgECRPolarizationRefAxis
);
[Python - STK API ]
@property
def ReferenceAxis(self) -> "AgECRPolarizationRefAxis":

@ReferenceAxis.setter
def ReferenceAxis(self, referenceAxis:"AgECRPolarizationRefAxis") -> None:

Remarks

The antenna body axis (X, Y, or Z) with respect to which the electrical field is oriented.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.