ESRI.ArcGIS.ADF.IMS
Name Property
See Also 
ESRI.ArcGIS.ADF.IMS.Data Namespace > FeatureDataset Class : Name Property




Gets or sets the name of the Dataset.

Syntax

Visual Basic (Declaration) 
Public Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As FeatureDataset
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
public string Name {get; set;}

Remarks

The name must match the name of the data set in the data source. Do not use an arbitrary name. This name is not the same as the layer name in which the data set will be used.

For shapefiles, use the name of the data file without an extension such as STATES. For ArcSDE, use the full name of the layer such as DATA.STATES. Performance is generally better if the field name is all upper case.

See Also

© 2010 All Rights Reserved.