ArcGIS Explorer Component Help |
Symbol..::.CreateMarker Method (String) |
Symbol Class See Also |
Returns a new marker symbol object using the specified file.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: 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.