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





Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property X() As Integer

[C#]
public int X {get; set;}

[Managed C++]
public: __property int get_X();
public: __property void set_X(
int
);

[Unmanaged C++]
public: HRESULT get_X(
long * pRetVal
);
public: HRESULT put_X(
long NewX
);

[Java]
public int getX();public void setX(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1