Common_CustomTasks_VBNet\FindNearTask_VBNet\TabularResultOptions.vb
' Copyright 2011 ESRI ' ' All rights reserved under the copyright laws of the United States ' and applicable international laws, treaties, and conventions. ' ' You may freely redistribute and use this sample code, with or ' without modification, provided you include the original copyright ' notice and use restrictions. ' ' See the use restrictions. ' Imports Microsoft.VisualBasic Imports System Namespace FindNearTask_VBNet Public Enum TabularResultOptions ''' <summary> ''' View in a floating panel as a table ''' </summary> TableInFloatingPanel ''' <summary> ''' View in task results control as a tree ''' </summary> TreeViewInTaskResults End Enum End Namespace