ESRI.ArcGIS.ADF.Web.UI.WebControls
MarkerSymbolSelector Constructor
See Also 
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 RasterMarkerSymbol _
)
Visual Basic (Usage)Copy Code
Dim physicalDir As String
Dim urlOfPhysicalDir As String
Dim symbol As RasterMarkerSymbol
 
Dim instance As MarkerSymbolSelector(physicalDir, urlOfPhysicalDir, symbol)
C# 
public MarkerSymbolSelector( 
   string physicalDir,
   string urlOfPhysicalDir,
   RasterMarkerSymbol symbol
)

Parameters

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

See Also

© 2010 All Rights Reserved.