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


ICornerGridLabel.CornerLabel 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.CornerLabel Property
ArcGIS Developer Help

ICornerGridLabel.CornerLabel Property

Indicates if the specified corner should be displayed as a special corner label.

[Visual Basic .NET]
Public Function get_CornerLabel ( _
    ByVal corner As esriGridCornerEnum _
) As Boolean
[Visual Basic .NET]
Public Sub set_CornerLabel ( _
    ByVal corner As esriGridCornerEnum, _
    ByVal isCorner As Boolean _
)
[C#]
public bool get_CornerLabel (
    esriGridCornerEnum corner
);
[C#]
public void set_CornerLabel (
    esriGridCornerEnum corner,
    bool isCorner
);
[C++]
HRESULT get_CornerLabel(
  esriGridCornerEnum corner,
  Boolean* isCorner
);
[C++]
HRESULT put_CornerLabel(
  esriGridCornerEnum corner,
  VARIANT_BOOL isCorner
);
[C++]
Parameters
corner [in]

corner is a parameter of type esriGridCornerEnum isCorner [out, retval]
isCorner is a parameter of type bool* corner [in]
corner is a parameter of type esriGridCornerEnum isCorner [in]
isCorner is a parameter of type bool

Product Availability

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

See Also

ICornerGridLabel Interface