STK ObjectsSend comments on this topic.
PositionOnMap Property (IAgFmGfxLegendWindow)
See Also
Windows





Windows & Linux

Description

The position of the contour legend on the 2D map in pixel coordinates.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PositionOnMap() As IAgFmGfxPositionOnMap
[C#]
public IAgFmGfxPositionOnMap PositionOnMap {get;}
[Managed C++]
public: __property IAgFmGfxPositionOnMap ^ get_PositionOnMap();
[Unmanaged C++]
public: HRESULT get_PositionOnMap(
    IAgFmGfxPositionOnMap ** ppVal
);
[Java]
public IAgFmGfxPositionOnMap getPositionOnMap();
[Python - STK API ]
@property
def PositionOnMap(self) -> "IAgFmGfxPositionOnMap":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.