AGI AgRadarPlugin 11 Send comments on this topic.
Rcs Property (IAgStkRadarSignal)
See Also 





Description

Gets or sets the signal RCS.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Rcs();
public: __property void set_Rcs(
double
);

[Unmanaged C++]
public: HRESULT get_Rcs(
double * pRetVal
);
public: HRESULT put_Rcs(
double NewRcs
);

[Java]
public double getRcs();public void setRcs(
double
);

Return Type

Returns the radar cross section in sqm units.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1