STK AgRadarPluginSend comments on this topic.
OrthoChannelRcs 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 OrthoChannelRcs() As Double
[C#]
public double OrthoChannelRcs {get; set;}
[Managed C++]
public: __property double get_OrthoChannelRcs();
public: __property void set_OrthoChannelRcs( double );
[Unmanaged C++]
public: HRESULT get_OrthoChannelRcs(
    double * pRcs
);
public: HRESULT put_OrthoChannelRcs(
    double rcs
);
[Java]
public double getOrthoChannelRcs();
public void setOrthoChannelRcs(
    double
);
[Python - STK API ]
@property
def OrthoChannelRcs(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.