ESRI.ArcGIS.ADF.IMS
CodePage Property
See Also 
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.

See Also

© 2010 All Rights Reserved.