The marker symbol used to draw markers at grid hatch locations.
[Visual Basic .NET] Public Property HatchMarkerSymbol As IMarkerSymbol
[C#] public IMarkerSymbol HatchMarkerSymbol {get; set;}
[C++]
HRESULT get_HatchMarkerSymbol(
IMarkerSymbol** Symbol
);
[C++]
HRESULT put_HatchMarkerSymbol(
IMarkerSymbol* Symbol
);
[C++]Parameters
Symbol [out, retval]Symbol is a parameter of type IMarkerSymbol
Symbol [in]Symbol is a parameter of type IMarkerSymbol
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.