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





Windows & Linux

Description

2D graphics properties of the FOM.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.