Initializes a new marker symbol object using the specified file.

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 CreateMarker(
	string filepath
)
Visual Basic (Declaration)
Public Shared Function CreateMarker ( _
	filepath As String _
) As Symbol

Parameters

filepath
Type: System..::.String
The path to the file to use for the marker symbol.

Return Value

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

Remarks

This overload can be used to create a new marker symbol by passing in the path to a valid image such as a BMP, PNG, or JPEG.

See Also

Relate Topics:
  CreateMarker Method (Bitmap)
  CreateMarker Method (Uri)
Created by Atop CHM to web converter,© 2009 all right reserved.