AVEVA OMI Software Developer Kit



ArchestrA.Client.Navigation Namespace : NavigationItemType Enumeration
NavigationItemType Enumeration
An enum indicating the nature of the navigation item in the navigation model
Syntax
'Declaration
 
Public Enum NavigationItemType 
   Inherits System.Enum
'Usage
 
Dim instance As NavigationItemType
public enum NavigationItemType : System.Enum 
public enum class NavigationItemType : public System.Enum 
Members
MemberDescription
Area Indicates the item is of Navigation Item pointing to an Area from the Asset model hierarchy.
Asset Indicates the item is of Navigation Item pointing to an Asset from the Asset model hierarchy.
Custom Indicates the item is custom.
Inheritance Hierarchy

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

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