| Visual Basic (Declaration) | |
|---|---|
Public Enum esriE2TaskExecution Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum esriE2TaskExecution : Enum | |
| Member | Description |
|---|---|
| Show | Show results from the task in the Results window. |
| Hide | Do not show results from the task in the Results window. |
This enumeration is used to control whether or not to add results for an
executing task to the Results window in the E2.ProcessTask method. By hiding the
results from the window, you can retrieve the results directly and perform another step
of analysis before showing results to the user.
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.E2API.esriE2TaskExecution
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This enumeration was added to the E2API at version 1.0.0.348.
Copy Code