STK AgRadarPluginSend comments on this topic.
PrimaryChannelRcs Property (IAgStkRadarRcsComputeParams)
See Also
Windows





Windows & Linux

Description

Gets or sets the primary channel RCS value

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PrimaryChannelRcs() As Double
[C#]
public double PrimaryChannelRcs {get; set;}
[Managed C++]
public: __property double get_PrimaryChannelRcs();
public: __property void set_PrimaryChannelRcs( double );
[Unmanaged C++]
public: HRESULT get_PrimaryChannelRcs(
    double * pRcs
);
public: HRESULT put_PrimaryChannelRcs(
    double rcs
);
[Java]
public double getPrimaryChannelRcs();
public void setPrimaryChannelRcs(
    double
);
[Python - STK API ]
@property
def PrimaryChannelRcs(self) -> float:

@PrimaryChannelRcs.setter
def PrimaryChannelRcs(self, rcs:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.