ArcObjects Library Reference  (Carto)    

IDrawAnnotationGeometry.DrawGeometryLineSymbol Property

The line symbol for drawing the geometry.

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

 


Feedback Send feedback on this page