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




image
Full path to the image.
url
URL used by clients to retrieve the image.
Constructs a RasterMarkerSymbol.

Syntax

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

Parameters

image
Full path to the image.
url
URL used by clients to retrieve the image.

Example

For an example of using this class, see the RasterMarkerSymbol overview .

Remarks

The Url property is used by the ADF TOC (table of contents) Web control. If not using the TOC control, this property may be set to an empty string or be left not set.

See Also

© 2010 All Rights Reserved.