ESRI.ArcGIS.ADF.IMS
FeatureDataset Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Data Namespace : FeatureDataset Class




A Dataset object that stores location information for the data in a FeatureLayer.

Object Model



Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class FeatureDataset 
   Inherits Dataset
Visual Basic (Usage)Copy Code
Dim instance As FeatureDataset
C# 
[SerializableAttribute()]
public class FeatureDataset : Dataset 

Example

For an example of using a new FeatureDataset to create a dynamic map layer, see FeatureLayer(string, FeatureDataset).

Remarks

This class is used to create a new (dynamic) FeatureLayer to add to the map or for querying. A dynamic layer is a layer based on data not yet in the map service.

If the data are in a workpace known to be already in the map service, use FeatureDataset(string, NamedWorkspace) to create the FeatureDataset. If the data are in a workspace not yet in the map service, use either FeatureDataset(string, SdeWorkspace) (for ArcSDE layers) or FeatureDataset(string, ShapeWorkspace) (for shapefiles).

Since dynamic layers are not supported with ArcMap Server image service, this class is not available for use with ArcMap Server.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Data.Dataset
      ESRI.ArcGIS.ADF.IMS.Data.FeatureDataset

See Also

© 2010 All Rights Reserved.