![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
Alias Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > OutputField Class : Alias Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Alias As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As OutputField Dim value As String value = instance.Alias |
C# | |
---|---|
public string Alias {get;} |
For an example, see ExtractInfo .
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.
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.
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