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





Windows & Linux

Description

Get the 2D Graphics properties of the satellite.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.