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