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


IDrawAnnotationGeometry.DrawGeometryLineSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDrawAnnotationGeometry Interface > IDrawAnnotationGeometry.DrawGeometryLineSymbol Property
ArcGIS Developer Help

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