ESRI.ArcGIS.ADF.IMS
Alias Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > OutputField Class : Alias Property




Alias for the field to be used in the shapefile when extracted.

Syntax

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

Example

For an example, see ExtractInfo .

Remarks

Alias name for field in the database.

Shapefiles use DBF files to store attribute data, and fields in a DBF are limited to 10 characters. Since other databases often allow more than 10 characters, it is possible to end up with two fields in the DBF file with the same name. ArcIMS will not allow shapefiles with duplicate field names to be used. In this scenario, an alias name should be used.

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.