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


IMgrsGrid.InteriorTickSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMgrsGrid Interface > IMgrsGrid.InteriorTickSymbol Property
ArcGIS Developer Help

IMgrsGrid.InteriorTickSymbol Property

The line symbol used to show interior grid ticks.

[Visual Basic .NET]
Public Property InteriorTickSymbol As ILineSymbol
[C#]
public ILineSymbol InteriorTickSymbol {get; set;}
[C++]
HRESULT get_InteriorTickSymbol(
  ILineSymbol** Symbol
);
[C++]
HRESULT put_InteriorTickSymbol(
  ILineSymbol* Symbol
);
[C++]
Parameters
Symbol [out, retval]

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

Product Availability

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

See Also

IMgrsGrid Interface