ESRI.ArcGIS.ADF.IMS
Item Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > OutputFieldCollection Class : Item Property




index
Index of the OutputField to be retrieved.
Gets a OutputField from a given index in the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As OutputField
Visual Basic (Usage)Copy Code
Dim instance As OutputFieldCollection
Dim index As Integer
Dim value As OutputField
 
value = instance.Item(index)
C# 
public OutputField this[ 
   int index
]; {get;}

Parameters

index
Index of the OutputField to be retrieved.

See Also

© 2010 All Rights Reserved.