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


IGridHatch.HatchDirectional Property (ArcObjects .NET 10.4 SDK)
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