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





Windows & Linux

Description

Get the MTO's 2D Graphics properties.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.