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




A Dataset object that references the dataset of another layer.

Syntax

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

Example

For an example of using LayerIDDataset when creating a new layers, see FeatureLayer(string, LayerIDDataset).

Remarks

This type of dataset is used in selection (highlight) layers. A LayerIDDataset can only be used with a FeatureLayer, and only when the layer is a selection layer. The selection layer will be based on an existing layer in the map service.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.