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




A thread-safe collection of OutputFields.

Object Model

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class OutputFieldCollection 
   Inherits ThreadSafeCollection
Visual Basic (Usage)Copy Code
Dim instance As OutputFieldCollection
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class OutputFieldCollection : ThreadSafeCollection 

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. The OutputFieldCollection is provided by the ExtractInfo's OutputFields property. The OutputFieldCollection, if defined for a 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.

The properties of ExtractInfo are read-only. Although an OutputFieldCollection may be modified, any changes will have no effect on the extracted shapefile.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.ThreadSafeCollection
      ESRI.ArcGIS.ADF.IMS.Carto.Layer.OutputFieldCollection

See Also

© 2010 All Rights Reserved.