![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
FeatureDataset Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Data Namespace : FeatureDataset Class |

Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class FeatureDataset Inherits Dataset |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FeatureDataset |
C# | |
---|---|
[SerializableAttribute()] public class FeatureDataset : Dataset |
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.
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