AVEVA OMI Software Developer Kit



GetItemBypath Method
Gets the NavigationItem for the given navigation hierarchy path.
Syntax
'Declaration
 
Public MustOverride Function GetItemBypath( _
   ByVal navigationItemFullPath As String _
) As NavigationItem
'Usage
 
Dim instance As NavigationModel
Dim navigationItemFullPath As String
Dim value As NavigationItem
 
value = instance.GetItemBypath(navigationItemFullPath)
public abstract NavigationItem GetItemBypath( 
   string navigationItemFullPath
)
public:
abstract NavigationItem^ GetItemBypath( 
   String^ navigationItemFullPath
) 

Parameters

navigationItemFullPath
Full path or URI of a particular hierarchy item

Return Value

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