Get the planet's 2D Graphics properties.
Read-only property
[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": |