AVEVA OMI Software Developer Kit



Full Path of a Navigation Item
GetModelName Method
Returns the Name of the Model from the specified path string of a Navigation item.
Syntax
'Declaration
 
Public Shared Function GetModelName( _
   ByVal itemFullPath As String _
) As String
'Usage
 
Dim itemFullPath As String
Dim value As String
 
value = PathUtil.GetModelName(itemFullPath)
public static string GetModelName( 
   string itemFullPath
)
public:
static String^ GetModelName( 
   String^ itemFullPath
) 

Parameters

itemFullPath
Full Path of a Navigation Item

Return Value

Parent NavModel Name
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