Get the ship's 2D Graphics properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property Graphics() As IAgShGraphics |
[C#] |
---|
public IAgShGraphics Graphics {get;} |
[Managed C++] |
---|
public: __property IAgShGraphics ^ get_Graphics(); |
[Unmanaged C++] |
---|
public: HRESULT get_Graphics( IAgShGraphics ** ppRetVal ); |
[Java] |
---|
public IAgShGraphics getGraphics(); |
[Python - STK API ] |
---|
@property def Graphics(self) -> "IAgShGraphics": |