ESRI.ArcGIS.ADF.IMS
RasterMarkerSymbol Constructor(String,String)
See Also  Send Feedback
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 New 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.