ESRI.ArcGIS.ADF.Web
RasterMarkerSymbol Constructor(String)
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > RasterMarkerSymbol Class > RasterMarkerSymbol Constructor : RasterMarkerSymbol Constructor(String)




url
The path or URL used to retrieve the image.
Constructs a RasterMarkerSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal url As String _
)
Visual Basic (Usage)Copy Code
Dim url As String
 
Dim instance As RasterMarkerSymbol(url)
C# 
public RasterMarkerSymbol( 
   string url
)

Parameters

url
The path or URL used to retrieve the image.

Remarks

The url parameter must either be a full URL with "http" (e.g., "http://myserver/mywebapp/myimage.gif"), or a file path to the location on disk (e.g., "C:\myappdirectory\myimage.gif"). If the parameter does not begin with http (lower case), then the location is assumed to be a file path. The file path must be the full path, including drive or UNC path.

See Also

© 2010 All Rights Reserved.