This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IH > IHashLineSymbol Interface > IHashLineSymbol.HashSymbol Property (ArcObjects .NET 10.5 SDK) |
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
IHashLineSymbol Interface | IPictureLineSymbol Interface | IMultiLayerLineSymbol Interface | IHashLineSymbol Interface | ILineProperties Interface | ITemplate Interface | ICartographicLineSymbol Interface | ILineSymbol Interface