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




A collection of WidthItem objects.

Object Model

WidthItemCollection Class

Syntax

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

Remarks

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

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.