This document is archived and information here might be outdated.  Recommended version.


ICornerGridLabel.CornerValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICornerGridLabel Interface > ICornerGridLabel.CornerValue Property
ArcGIS Developer Help

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,
  System.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