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





Windows & Linux

Description

Get the 2D Graphics properties for the CommSystem.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.