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





Windows & Linux

Description

Scenario 2D Graphics settings.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.