The X coordinate of the contour legend on the 2D map.
Read-write property
[Visual Basic .NET] |
---|
Public Property X() As Integer |
[C#] |
---|
public int X {get; set;} |
[Managed C++] |
---|
public: __property int get_X(); |
[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: |