ESRI.ArcGIS.ADF.Tasks
WidthItemCollection Class
Members  See Also 
ESRI.ArcGIS.ADF.Tasks Namespace : WidthItemCollection Class




A collection of WidthItem objects.

Object Model

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class WidthItemCollection 
   Inherits List(Of WidthItem)
Visual Basic (Usage)Copy Code
Dim instance As WidthItemCollection
C# 
[SerializableAttribute()]
public class WidthItemCollection : List<WidthItem> 

Remarks

WidthItemCollection extends the generic List class to be a collection of WidthItem objects, with methods for serializing and deserializing the list.

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<WidthItem>
      ESRI.ArcGIS.ADF.Tasks.WidthItemCollection

See Also

© 2010 All Rights Reserved.