STK ObjectsSend comments on this topic.
Graphics Property (IAgRadar)
See Also
Windows





Windows & Linux

Description

Get the 2D Graphics properties for the radar.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Graphics() As IAgRadarGraphics
[C#]
public IAgRadarGraphics Graphics {get;}
[Managed C++]
public: __property IAgRadarGraphics ^ get_Graphics();
[Unmanaged C++]
public: HRESULT get_Graphics(
    IAgRadarGraphics ** ppVal
);
[Java]
public IAgRadarGraphics getGraphics();
[Python - STK API ]
@property
def Graphics(self) -> "IAgRadarGraphics":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.