ESRI.ArcGIS.ADF.Web
GetDefaultHightlightSymbol Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > RasterMarkerSymbol Class : GetDefaultHightlightSymbol Method




physicalDir
The physical dir.
urlOfPhysicalDir
The URL of physical dir.
Gets the default highlight symbol.

Syntax

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

Parameters

physicalDir
The physical dir.
urlOfPhysicalDir
The URL of physical dir.

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.