ESRI.ArcGIS.ADF.IMS
Image Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > RasterFillSymbol Class : Image Property




Gets or sets the full path name to the image.

Syntax

Visual Basic (Declaration) 
Public Property Image As String
Visual Basic (Usage)Copy Code
Dim instance As RasterFillSymbol
Dim value As String
 
instance.Image = value
 
value = instance.Image
C# 
public string Image {get; set;}

Example

For an example, see the RasterFillSymbol overview.

Remarks

The path is the full system path to the image location on the disk relative to the Spatial Server, for example, C:\Images\myicon.gif. The image does not need to be available to the client, since the server draws the image on the map.

The referenced image must be JPEG or GIF format.

See Also

© 2010 All Rights Reserved.