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


IOverview2.OverlayGridLabelSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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