This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICornerGridLabel Interface > ICornerGridLabel.CornerValue Property (ArcObjects .NET 10.4 SDK) |
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