ESRI.ArcGIS.ADF.Tasks
ShowLegend Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : ShowLegend Property




Whether the results of this task will have a legend. Legend is only available if GroupResultsByTable is True.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Task")>
<BrowsableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("Whether the results of this task will have a legend.")>
Public Overrides Property ShowLegend As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingTask
Dim value As Boolean
 
instance.ShowLegend = value
 
value = instance.ShowLegend
C# 
[ResCategoryAttribute("Task")]
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("Whether the results of this task will have a legend.")]
public override bool ShowLegend {get; set;}

See Also

© 2010 All Rights Reserved.