ESRI.ArcGIS.ADF.Tasks
ListOutputFeatures Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : ListOutputFeatures Property




Whether the features of output layers will be listed. Only applicable if features are drawn on the web tier. If DrawResultsOnMapServer is true and a result map server is available, the drawn features will not be listed under the output layer.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Whether the features of output layers will be listed.  Only applicable if features are drawn on the web tier.  If DrawResultsOnMapServer is true and a result map server is available, the drawn features will not be listed under the output layer.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Task")>
Public Property ListOutputFeatures As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingTask
Dim value As Boolean
 
instance.ListOutputFeatures = value
 
value = instance.ListOutputFeatures
C# 
[ResDescriptionAttribute("Whether the features of output layers will be listed.  Only applicable if features are drawn on the web tier.  If DrawResultsOnMapServer is true and a result map server is available, the drawn features will not be listed under the output layer.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Task")]
public bool ListOutputFeatures {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.