ArcObjects Library Reference  (Carto)    

ICoverageAnnotationLayer.ArrowSymbol Property

The line symbol for the arrow.

[Visual Basic 6.0]
Property ArrowSymbol As ILineSymbol
[Visual Basic .NET]
Public Property ArrowSymbol As ILineSymbol
[C#]
public ILineSymbol ArrowSymbol {get; set;}
[Java]
public ILineSymbol getArrowSymbol()
throws
    IOException,
    AutomationException
[Java]
public void setArrowSymbolByRef(
ILineSymbol pLineSymbol
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page