Returns a new line symbol object with the specified color.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public static Symbol CreateLine(
	Color color
)
Visual Basic (Declaration)
Public Shared Function CreateLine ( _
	color As Color _
) As Symbol

Parameters

color
Type: System.Drawing..::.Color

The color of the line.

Return Value

A new Symbol object that can be used to represent a line on the map.

Remarks

This overload can be used to create a new line symbol with the specified color.

See Also