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


IGridHatch.HatchDirectional 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.HatchDirectional Property
ArcGIS Developer Help

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(
  Boolean* isDirectional
);
[C++]
HRESULT put_HatchDirectional(
  VARIANT_BOOL isDirectional
);
[C++]
Parameters
isDirectional [out, retval]

isDirectional is a parameter of type bool* isDirectional [in]
isDirectional is a parameter of type bool

Product Availability

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

See Also

IGridHatch Interface