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