ESRI.ArcGIS.ADF.IMS
RasterFillSymbol Constructor(String,String)
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > RasterFillSymbol Class > RasterFillSymbol Constructor : RasterFillSymbol Constructor(String,String)




image
Full path name to the image.
url
The URL used by clients to retrieve the image.
Constructs a RasterFillSymbol.

Syntax

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

Parameters

image
Full path name to the image.
url
The URL used by clients to retrieve the image.

Example

For an example, see the RasterFillSymbol overview.

Remarks

The Url property is used by the Web ADF table of contents (TOC) control to render swatches for the layer legend. If not using the TOC web control, this property is not used by the ADF and may be set to an empty string, or be left not set.

See Also

© 2010 All Rights Reserved.