Get the position of the contour legend on the 2D map in pixel coordinates.
Read-only property
[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": |