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





Windows & Linux

Description

Gets the radar cross section graphics interface.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.