Returns a new marker symbol object using the specified file.

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