ESRI.ArcGIS.ADF.IMS
OutputField Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace : OutputField Class




Contains an alias for a field name used when extracting data.

Object Model

OutputField Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class OutputField 
Visual Basic (Usage)Copy Code
Dim instance As OutputField
C# 
[SerializableAttribute()]
public class OutputField 

Example

For an example, see ExtractInfo.

Remarks

Extraction of data for download by users may be enabled for standard ArcIMS image services. If extraction is enabled, the author of the map service may provide aliases for attribute fields in layers to be extracted. An OutputFieldCollection is provided by the ExtractInfo's OutputFields property. The OutputFieldCollection, if defined for a layer, contains one or more OutputField objects. Each OutputField contains one field name and an alias. The alias is 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 an OutputFieldCollection is present, it may only cover a portion of the fields in the layer.

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.