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





Windows & Linux

Description

Get the planet's 2D Graphics properties.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.