ArcObjects Library Reference (Carto)  

IOverview.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

IOverview Interface