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




A Dataset object that references the dataset of another layer.

Object Model

LayerIDDataset Class

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.

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.