ESRI.ArcGIS.ADF.ArcGISServer.Editor
FeatureLayer Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorPanel Class : FeatureLayer Property




The current feature layer selected for editing in the EditorTask.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property FeatureLayer As IFeatureLayer
Visual Basic (Usage)Copy Code
Dim instance As EditorPanel
Dim value As IFeatureLayer
 
value = instance.FeatureLayer
C# 
[BrowsableAttribute(false)]
public IFeatureLayer FeatureLayer {get;}

See Also

© 2010 All Rights Reserved.