AVEVA OMI Software Developer Kit



The full path of the Navigation Item that is to be retrieved.
GetItem Method
Gets the Navigation Item at the given navigation hierarchy path.
Syntax
'Declaration
 
Public MustOverride Function GetItem( _
   ByVal fullPath As String _
) As NavigationItem
'Usage
 
Dim instance As NavigationItem
Dim fullPath As String
Dim value As NavigationItem
 
value = instance.GetItem(fullPath)
public abstract NavigationItem GetItem( 
   string fullPath
)
public:
abstract NavigationItem^ GetItem( 
   String^ fullPath
) 

Parameters

fullPath
The full path of the Navigation Item that is to be retrieved.

Return Value

Requested Navigation Item
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