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





Windows & Linux

Description

Get the 2D Graphics properties for the transmitter.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.