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


IHashLineSymbol.HashSymbol Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

IHashLineSymbol.HashSymbol Property

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 | IMultiLayerLineSymbol Interface | IHashLineSymbol Interface | ILineProperties Interface | ITemplate Interface | ICartographicLineSymbol Interface | ILineSymbol Interface