STK ObjectsSend comments on this topic.
GfxWindow Property (IAgFmGfxLegend)
See Also
Windows





Windows & Linux

Description

Get the 2D graphics window on which the legend is to display.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.