ESRI.ArcGIS.ADF.IMS
LayerIDDataset Constructor(String)
See Also 
ESRI.ArcGIS.ADF.IMS.Data Namespace > LayerIDDataset Class > LayerIDDataset Constructor : LayerIDDataset Constructor(String)




layerID
The LayerID property of the LayerIDDataset to be constructed.
Constructs a LayerIDDataset.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal layerID As String _
)
Visual Basic (Usage)Copy Code
Dim layerID As String
 
Dim instance As LayerIDDataset(layerID)
C# 
public LayerIDDataset( 
   string layerID
)

Parameters

layerID
The LayerID property of the LayerIDDataset to be constructed.

Example

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

Remarks

The LayerID must match exactly an existing ID of a pre-existing (static) layer in the map service.

See Also

© 2010 All Rights Reserved.