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


IOverview2.OverlayGridLabelSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverview2 Interface > IOverview2.OverlayGridLabelSymbol Property
ArcGIS Developer Help

IOverview2.OverlayGridLabelSymbol Property

Text symbol used to label overlay grid cells with the layer's display field.

[Visual Basic .NET]
Public Property OverlayGridLabelSymbol As ITextSymbol
[C#]
public ITextSymbol OverlayGridLabelSymbol {get; set;}
[C++]
HRESULT get_OverlayGridLabelSymbol(
  ITextSymbol** Symbol
);
[C++]
HRESULT put_OverlayGridLabelSymbol(
  ITextSymbol* Symbol
);
[C++]
Parameters
Symbol [out, retval]

Symbol is a parameter of type ITextSymbol** Symbol [in]
Symbol is a parameter of type ITextSymbol*

Product Availability

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

See Also

IOverview2 Interface