AGI STK Objects 11 Send comments on this topic.
Y Property (IAgFmGfxPositionOnMap)
See Also 





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 * pRetVal
);
public: HRESULT put_Y(
long NewY
);

[Java]
public int getY();public void setY(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1