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


IGridHatch.HatchMarkerSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGridHatch.HatchMarkerSymbol Property

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.

See Also

IGridHatch Interface