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





Windows & Linux

Description

Get the 2D Graphics properties for the antenna.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.