Line symbol used for hash pattern.
[Visual Basic .NET] Public Property HashSymbol As ILineSymbol
[C#] public ILineSymbol HashSymbol {get; set;}
[C++]
HRESULT get_HashSymbol(
ILineSymbol** HashSymbol
);
[C++]
HRESULT putref_HashSymbol(
ILineSymbol* HashSymbol
);
[C++]Parameters
HashSymbol [out, retval]HashSymbol is a parameter of type ILineSymbol
HashSymbol [in]HashSymbol is a parameter of type ILineSymbol
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
HashSymbol is the line symbol that is used to draw the hashes.
See Also
IHashLineSymbol Interface | IPictureLineSymbol Interface | ICartographicLineSymbol Interface | ILineProperties Interface | ILineSymbol Interface | ITemplate Interface | IHashLineSymbol Interface | IMultiLayerLineSymbol Interface