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


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

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