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





Windows & Linux

Description

Constellation's 2D graphics settings

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.