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


IDrawAnnotationGeometry.DrawGeometryLineSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDrawAnnotationGeometry.DrawGeometryLineSymbol Property

The line symbol for drawing the geometry.

[Visual Basic .NET]
Public Property DrawGeometryLineSymbol As ILineSymbol
[C#]
public ILineSymbol DrawGeometryLineSymbol {get; set;}
[C++]
HRESULT get_DrawGeometryLineSymbol(
  ILineSymbol** Symbol
);
[C++]
HRESULT putref_DrawGeometryLineSymbol(
  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

IDrawAnnotationGeometry Interface