AVEVA OMI Software Developer Kit



ArchestrA.Client.Navigation Namespace : NavigationSearchMode Enumeration
NavigationSearchMode Enumeration
This option provides the different navigation search modes that the system allows.
Syntax
'Declaration
 
<ObsoleteAttribute("This is enumeration is no longer in use. Please use NavSearchModeOptions enumeration instead.")>
Public Enum NavigationSearchMode 
   Inherits System.Enum
'Usage
 
Dim instance As NavigationSearchMode
[Obsolete("This is enumeration is no longer in use. Please use NavSearchModeOptions enumeration instead.")]
public enum NavigationSearchMode : System.Enum 
[Obsolete("This is enumeration is no longer in use. Please use NavSearchModeOptions enumeration instead.")]
public enum class NavigationSearchMode : public System.Enum 
Members
MemberDescription
ChildrenAlone In this option, search always starts from a specific user-provided navigation path and ignores the current node.
CurrentNav In this option, search always starts from the current user-provided navigation path.
FixedLocation In this option, search always starts from a specific user-provided navigation path.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArchestrA.Client.Navigation.NavigationSearchMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also