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


ILineElement.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILineElement Interface > ILineElement.Symbol Property
ArcGIS Developer Help

ILineElement.Symbol Property

Line symbol this element uses to draw itself.

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

Remarks

The Symbol property allows for the retrieval or update of the line symbol being used to display the LineElement.

 

See Also

ILineElement Interface

.NET Samples

Move a graphic along a path in ArcMap Create a custom tool Custom UI elements using add-ins Creating a toolbar of globe tools 3D multipatch examples