AGI STK Objects 11 Send comments on this topic.
AxialRatio Property (IAgPolarizationElliptical)
See Also 
Windows






Windows & Linux

Description

Gets or sets the polarization axial ratio.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AxialRatio() As Double

[C#]
public double AxialRatio {get; set;}

[Managed C++]
public: __property double get_AxialRatio();
public: __property void set_AxialRatio(
double
);

[Unmanaged C++]
public: HRESULT get_AxialRatio(
double * pRetVal
);
public: HRESULT put_AxialRatio(
double NewAxialRatio
);

[Java]
public double getAxialRatio();public void setAxialRatio(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface