ESRI.ArcGIS.ADF.ArcGISServer.Editor
Add Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > AttributeDisplayInfoCollection Class : Add Method




adi
The AttributeDisplayInfo to add.
Adds an AttributeDisplayInfo to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal adi As AttributeDisplayInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As AttributeDisplayInfoCollection
Dim adi As AttributeDisplayInfo
 
instance.Add(adi)
C# 
public void Add( 
   AttributeDisplayInfo adi
)

Parameters

adi
The AttributeDisplayInfo to add.

See Also

© 2010 All Rights Reserved.