This document is archived and information here might be outdated. Recommended version. |
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