ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditorPanelCollection Constructor
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorPanelCollection Class : EditorPanelCollection Constructor




panels
The list of EditorPanel objects to include in the collection.
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal panels As List(Of EditorPanel) _
)
Visual Basic (Usage)Copy Code
Dim panels As List(Of EditorPanel)
 
Dim instance As EditorPanelCollection(panels)
C# 
public EditorPanelCollection( 
   List<EditorPanel> panels
)

Parameters

panels
The list of EditorPanel objects to include in the collection.

See Also

© 2010 All Rights Reserved.