STK ObjectsSend comments on this topic.
RadarCrossSection Property (IAgScenario)
See Also
Windows





Windows & Linux

Description

Returns the global radar cross section.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property RadarCrossSection() As IAgRadarCrossSection
[C#]
public IAgRadarCrossSection RadarCrossSection {get;}
[Managed C++]
public: __property IAgRadarCrossSection ^ get_RadarCrossSection();
[Unmanaged C++]
public: HRESULT get_RadarCrossSection(
    IAgRadarCrossSection ** ppRCS
);
[Java]
public IAgRadarCrossSection getRadarCrossSection();
[Python - STK API ]
@property
def RadarCrossSection(self) -> "IAgRadarCrossSection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.