ESRI.ArcGIS.ADF.IMS
RasterShieldSymbol Constructor(FontInfo,String,String,ShieldLabelMode)
See Also 
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 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.

See Also

© 2010 All Rights Reserved.