ESRI.ArcGIS.ADF.Tasks
ShowLegend Property
See Also  Send Feedback
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) 
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<DefaultValueAttribute()>
<ResCategoryAttribute("Task")>
<BrowsableAttribute(True)>
<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# 
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute()]
[ResCategoryAttribute("Task")]
[BrowsableAttribute(true)]
[ResDescriptionAttribute("Whether the results of this task will have a legend.")]
public override bool ShowLegend {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.