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




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

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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Carto.Layer.OutputField

See Also

© 2010 All Rights Reserved.