ArcObjects Library Reference (Carto)  

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 Snippets

Add Graphic to Map

.NET Samples

3D multipatch examples (Code Files: ElementUtilities) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Move a graphic along a path in ArcMap (Code Files: MapGraphicTrackExtension) | Creating a toolbar of globe tools (Code Files: PolylineElement) | Create a custom tool (Code Files: DrawGraphicLine)

.NET Related Topics

Create a custom tool