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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.