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




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

Object Model

FeatureDataset Class

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.

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.