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


ICornerGridLabel.CornerLabel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  VARIANT_BOOL* 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 VARIANT_BOOL corner [in]
corner is a parameter of type esriGridCornerEnum isCorner [in] isCorner is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ICornerGridLabel Interface