ESRI.ArcGIS.ADF.Web.UI.WebControls
MarkerSymbolSelector Constructor
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > MarkerSymbolSelector Class : MarkerSymbolSelector Constructor




physicalDir
Physical directory of the image.
urlOfPhysicalDir
URL corresponding to the physical directory.
symbol
A raster marker symbol to use.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal physicalDir As String, _
   ByVal urlOfPhysicalDir As String, _
   ByVal symbol As ESRI.ArcGIS.ADF.Web.Display.Symbol.RasterMarkerSymbol _
)
Visual Basic (Usage)Copy Code
Dim physicalDir As String
Dim urlOfPhysicalDir As String
Dim symbol As ESRI.ArcGIS.ADF.Web.Display.Symbol.RasterMarkerSymbol
 
Dim instance As New MarkerSymbolSelector(physicalDir, urlOfPhysicalDir, symbol)
C# 
public MarkerSymbolSelector( 
   string physicalDir,
   string urlOfPhysicalDir,
   ESRI.ArcGIS.ADF.Web.Display.Symbol.RasterMarkerSymbol symbol
)

Parameters

physicalDir
Physical directory of the image.
urlOfPhysicalDir
URL corresponding to the physical directory.
symbol
A raster marker symbol to use.

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.