ArcObjects Library Reference (Carto)  

ICornerGridLabel.CornerValue Property

The corner value at the specified corner and axis.

[Visual Basic .NET]
Public Function get_CornerValue ( _
    ByVal corner As esriGridCornerEnum, _
    ByVal axis As esriGridAxisEnum _
) As Double
[Visual Basic .NET]
Public Sub set_CornerValue ( _
    ByVal corner As esriGridCornerEnum, _
    ByVal axis As esriGridAxisEnum, _
    ByVal Value As Double _
)
[C#]
public double get_CornerValue (
    esriGridCornerEnum corner,
    esriGridAxisEnum axis
);
[C#]
public void set_CornerValue (
    esriGridCornerEnum corner,
    esriGridAxisEnum axis,
    double Value
);
[C++]
HRESULT get_CornerValue(
  esriGridCornerEnum corner,
  esriGridAxisEnum axis,
  double* Value
);
[C++]
HRESULT put_CornerValue(
  esriGridCornerEnum corner,
  esriGridAxisEnum axis,
  double Value
);
[C++]

Parameters

corner [in]

  corner is a parameter of type esriGridCornerEnum

axis [in]

  axis is a parameter of type esriGridAxisEnum

Value [out, retval]   Value is a parameter of type double corner [in]

  corner is a parameter of type esriGridCornerEnum

axis [in]

  axis is a parameter of type esriGridAxisEnum

Value [in]   Value is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICornerGridLabel Interface