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





Windows & Linux

Description

Returns the radar cross sectoin.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.