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




url
physicalDir
urlOfPhysicalDir
Looks for a symbol in the database. If it's not found, the image will be created with center alignment.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetSymbolByUrl( _
   ByVal url As String, _
   ByVal physicalDir As String, _
   ByVal urlOfPhysicalDir As String _
) As RasterMarkerSymbol
Visual Basic (Usage)Copy Code
Dim url As String
Dim physicalDir As String
Dim urlOfPhysicalDir As String
Dim value As RasterMarkerSymbol
 
value = RasterMarkerSymbol.GetSymbolByUrl(url, physicalDir, urlOfPhysicalDir)
C# 
public static RasterMarkerSymbol GetSymbolByUrl( 
   string url,
   string physicalDir,
   string urlOfPhysicalDir
)

Parameters

url
physicalDir
urlOfPhysicalDir

See Also

© 2010 All Rights Reserved.