AGI STK Objects 11 Send comments on this topic.
LengthToWavelengthRatio Property (IAgAntennaModelDipole)
See Also 





Description

Gets or sets the length-to-wavelength ratio.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LengthToWavelengthRatio();
public: __property void set_LengthToWavelengthRatio(
double
);

[Unmanaged C++]
public: HRESULT get_LengthToWavelengthRatio(
double * pRetVal
);
public: HRESULT put_LengthToWavelengthRatio(
double NewLengthToWavelengthRatio
);

[Java]
public double getLengthToWavelengthRatio();public void setLengthToWavelengthRatio(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1