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