ESRI.ArcGIS.ADF.IMS
Url Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > RasterMarkerSymbol Class : Url Property




Gets or sets the URL used by clients to retrieve the image.

Syntax

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

Example

For an example of using this property, see the RasterMarkerSymbol() constructor .

Remarks

This 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 need not be set.

See Also

© 2010 All Rights Reserved.