STK ObjectsSend 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
);
[Python - STK API ]
@property
def LengthToWavelengthRatio(self) -> float:

@LengthToWavelengthRatio.setter
def LengthToWavelengthRatio(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.