ArcObjects Library Reference (Carto)  

IGridHatch.HatchDirectional Property

Indicates if the direction of the hatches is from the prime meridian and equator. False if the hatch mark should straddle the grid line.

[Visual Basic .NET]
Public Property HatchDirectional As Boolean
[C#]
public bool HatchDirectional {get; set;}
[C++]
HRESULT get_HatchDirectional(
  VARIANT_BOOL* isDirectional
);
[C++]
HRESULT put_HatchDirectional(
  VARIANT_BOOL isDirectional
);
[C++]

Parameters

isDirectional [out, retval]   isDirectional is a parameter of type VARIANT_BOOL isDirectional [in]   isDirectional is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGridHatch Interface