ArcObjects Library Reference (Carto)  

ICoverageAnnotationLayer2.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

ICoverageAnnotationLayer2 Interface