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




Code page value for text extracted in the DBF.

Syntax

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

Remarks

When codepage is used, all text fields in the extracted DBF file are encoded in the given codepage, and the codepage value is stored in a CPG file. The CPG file is included in the ZIP file. If no codepage value is used, no CPG file is generated, and the sytem default codepage is used to encode text fields in the DBF file.

This property is read only. To modify the setting, you must change the ArcXML configuration file for the map service.

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.