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





Windows & Linux

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 * pVal
);
public: HRESULT put_X(
    long X
);
[Java]
public int getX();
public void setX(
    int
);
[Python - STK API ]
@property
def X(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.