![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
Name Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Data Namespace > FeatureDataset Class : Name Property |
Visual Basic (Declaration) | |
---|---|
Public Property Name As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FeatureDataset Dim value As String instance.Name = value value = instance.Name |
C# | |
---|---|
public string Name {get; set;} |
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.
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