ESRI.ArcGIS.ADF.IMS
Dataset Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureLayer Class : Dataset Property




Gets the Dataset.

Syntax

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

Example

For an example of creating a Dataset for a new FeatureLayer, see the FeatureLayer(string, FeatureDataset) constructor.

Remarks

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.