Whether results can be drawn on map server if geoprocessing resource has a map server available.
Syntax
Visual Basic (Declaration) | |
---|
<ResCategoryAttribute("Task")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Whether results can be drawn on map server if geoprocessing resource has a map server available.")>
Public Property DrawResultsOnMapServer As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GeoprocessingTask
Dim value As Boolean
instance.DrawResultsOnMapServer = value
value = instance.DrawResultsOnMapServer |
C# | |
---|
[ResCategoryAttribute("Task")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Whether results can be drawn on map server if geoprocessing resource has a map server available.")]
public bool DrawResultsOnMapServer {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