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





Windows & Linux

Description

Gets the Graphics properties for the Access computations.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.