ESRI.ArcGIS.ADF.IMS
Dataset Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > ImageLayer Class : Dataset Property




Gets the Dataset.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Dataset As Dataset
Visual Basic (Usage)Copy Code
Dim instance As ImageLayer
Dim value As Dataset
 
value = instance.Dataset
C# 
public Dataset Dataset {get;}

Remarks

Provides information about the data source for the map layer. For image layers included in the base ArcIMS map service, it will be a StaticLayerDataset. For layers added dynamically to the map, it will be an ImageDataset. See the specific class type for details on what information is available for that type.

See Also

© 2010 All Rights Reserved.