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




A thread-safe collection of OutputFields.

Object Model

OutputFieldCollection Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class OutputFieldCollection 
   Inherits ESRI.ArcGIS.ADF.ThreadSafeCollection
Visual Basic (Usage)Copy Code
Dim instance As OutputFieldCollection
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class OutputFieldCollection : ESRI.ArcGIS.ADF.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.

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.