ESRI.ArcGIS.ADF.IMS
RasterShieldSymbol Constructor(FontInfo,String,String,ShieldLabelMode)
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > RasterShieldSymbol Class > RasterShieldSymbol Constructor : RasterShieldSymbol Constructor(FontInfo,String,String,ShieldLabelMode)




font
The font properties for the text on the shield.
image
The full path name to the image.
url
The URL used by clients to retrieve the image.
labelMode
The format of the value on the shield.
Constructs a RasterShieldSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal font As FontInfo, _
   ByVal image As String, _
   ByVal url As String, _
   ByVal labelMode As ShieldLabelMode _
)
Visual Basic (Usage)Copy Code
Dim font As FontInfo
Dim image As String
Dim url As String
Dim labelMode As ShieldLabelMode
 
Dim instance As New RasterShieldSymbol(font, image, url, labelMode)
C# 
public RasterShieldSymbol( 
   FontInfo font,
   string image,
   string url,
   ShieldLabelMode labelMode
)

Parameters

font
The font properties for the text on the shield.
image
The full path name to the image.
url
The URL used by clients to retrieve the image.
labelMode
The format of the value on the shield.

Remarks

For an example, see the RasterShieldSymbol overview.

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.