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


ICoverageAnnotationLayer.ArrowSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ICoverageAnnotationLayer.ArrowSymbol Property

The line symbol for the arrow.

[Visual Basic .NET]
Public Property ArrowSymbol As ILineSymbol
[C#]
public ILineSymbol ArrowSymbol {get; set;}
[C++]
HRESULT get_ArrowSymbol(
  ILineSymbol** Symbol
);
[C++]
HRESULT putref_ArrowSymbol(
  ILineSymbol* Symbol
);
[C++]

Parameters Symbol [out, retval]
Symbol is a parameter of type ILineSymbol Symbol [in]
Symbol is a parameter of type ILineSymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICoverageAnnotationLayer Interface