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