STK ObjectsSend comments on this topic.
Y Property (IAgFmGfxPositionOnMap)
See Also
Windows





Windows & Linux

Description

The Y coordinate of the contour legend on the 2D map.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Y() As Integer
[C#]
public int Y {get; set;}
[Managed C++]
public: __property int get_Y();
public: __property void set_Y( int );
[Unmanaged C++]
public: HRESULT get_Y(
    long * pVal
);
public: HRESULT put_Y(
    long Y
);
[Java]
public int getY();
public void setY(
    int
);
[Python - STK API ]
@property
def Y(self) -> int:

@Y.setter
def Y(self, Y:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.