AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_LengthToWavelengthRatio(
    double val
);
[Java]
public double getLengthToWavelengthRatio();
public void setLengthToWavelengthRatio(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.