ESRI.ArcGIS.Geoprocessor
AddOutputsToMap Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : AddOutputsToMap Property




Set whether resulting output datasets should be added to the application display.

Syntax

Visual Basic (Declaration) 
Public Property AddOutputsToMap As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim value As Boolean
 
instance.AddOutputsToMap = value
 
value = instance.AddOutputsToMap
C# 
public bool AddOutputsToMap {get; set;}

See Also

© 2010 All Rights Reserved.