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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1