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





Windows & Linux

Description

Get the 2D Graphics properties of the facility.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.