ESRI.ArcGIS.ADF.Tasks
GroupResultsByTable Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > FindAddressTask Class : GroupResultsByTable Property




Whether the results of this task will have the results grouped by map layers.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Group Results by Table")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<BrowsableAttribute(True)>
Public Overrides Property GroupResultsByTable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FindAddressTask
Dim value As Boolean
 
instance.GroupResultsByTable = value
 
value = instance.GroupResultsByTable
C# 
[ResDescriptionAttribute("Group Results by Table")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[BrowsableAttribute(true)]
public override bool GroupResultsByTable {get; set;}

Remarks

When set to true and the results are displayed in a TaskResults control, the results are displayed without a node for the map layer. The geocode results are therefore displayed directly under the main results node in the task results.

See Also

© 2010 All Rights Reserved.