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




Defines aliases

Syntax

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

Example

For an example, see the ExtractInfo class overview.

Remarks

The collection of OutputFields, if defined for the layer, contains aliases for field names used when the layer is extracted. Instead of including the field names in the layer's data source, the aliases will be used in the shapefile. If this collection is present, it may only cover a portion of the fields in the layer.

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.