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




task
The EditorTask using the EditAttributesPanel.
Creates the EditAttributesPanel used by the EditorTask.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function CreateEditAttributesPanel( _
   ByVal task As EditorTask _
) As EditorPanel
Visual Basic (Usage)Copy Code
Dim instance As Editor
Dim task As EditorTask
Dim value As EditorPanel
 
value = instance.CreateEditAttributesPanel(task)
C# 
protected virtual EditorPanel CreateEditAttributesPanel( 
   EditorTask task
)

Parameters

task
The EditorTask using the EditAttributesPanel.

Return Value

An EditAttributesPanel instance.

See Also

© 2010 All Rights Reserved.