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





Windows & Linux

Description

Get the ship's 2D Graphics properties.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.