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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface