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






Windows & Linux

Description

Gets or sets the wavelength.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Wavelength();
public: __property void set_Wavelength(
double
);

[Unmanaged C++]
public: HRESULT get_Wavelength(
double * pRetVal
);
public: HRESULT put_Wavelength(
double NewWavelength
);

[Java]
public double getWavelength();public void setWavelength(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface