Gets or sets the Y coordinate of the contour legend on the 2D map.
Read-write property
[Visual Basic .NET] |
---|
Public Property Y() As Integer |
[C#] |
---|
public int Y {get; set;} |
[Managed C++] |
---|
public: __property int get_Y(); |
[Unmanaged C++] |
---|
public: HRESULT get_Y( long * pVal ); public: HRESULT put_Y( long Y ); |
[Java] |
---|
public int getY(); public void setY( int ); |