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


IGridHatch.HatchLineSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridHatch Interface > IGridHatch.HatchLineSymbol Property
ArcGIS Developer Help

IGridHatch.HatchLineSymbol Property

The line symbol used to draw the grid hatches.

[Visual Basic .NET]
Public Property HatchLineSymbol As ILineSymbol
[C#]
public ILineSymbol HatchLineSymbol {get; set;}
[C++]
HRESULT get_HatchLineSymbol(
  ILineSymbol** Symbol
);
[C++]
HRESULT put_HatchLineSymbol(
  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

IGridHatch Interface