This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridHatch Interface > IGridHatch.HatchDirectional Property (ArcObjects .NET 10.4 SDK) |
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