Initializes a new line symbol object with the specified color.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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 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

Relate Topics:
  Clone Method
  CreateFill Method
  CreateFromXmlString Method
  CreateMarker Method
  Equals Method
  GeometryTypeToSymbolType Method
  GetBitmap Method
  GetDefault Method
  GetHashCode Method
  ToString Method
  ToXmlString Method
Created by Atop CHM to web converter,© 2009 all right reserved.