ESRI.ArcGIS.ADF.IMS
Image Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > RasterMarkerSymbol 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 RasterMarkerSymbol
Dim value As String
 
instance.Image = value
 
value = instance.Image
C# 
public string Image {get; set;}

Example

For an example of using this property, see the RasterMarkerSymbol 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. UNC pathnames can be used (\\myComputer\arcims\output). 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.

This property is not valid for ArcMap Server image services.

See Also

© 2010 All Rights Reserved.