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





Windows & Linux

Description

Get the aircraft's 2D Graphics properties.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Graphics() As IAgAcGraphics
[C#]
public IAgAcGraphics Graphics {get;}
[Managed C++]
public: __property IAgAcGraphics ^ get_Graphics();
[Unmanaged C++]
public: HRESULT get_Graphics(
    IAgAcGraphics ** ppRetVal
);
[Java]
public IAgAcGraphics getGraphics();
[Python - STK API ]
@property
def Graphics(self) -> "IAgAcGraphics":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.