Opc.Ua.Core
IsEmpty Method



Opc.Ua Namespace > RelativePathFormatter Class : IsEmpty Method
Returns true if the relative path does not specify any elements.
Syntax
'Declaration
 
Public Shared Function IsEmpty( _
   ByVal relativePath As RelativePathFormatter _
) As Boolean
'Usage
 
Dim relativePath As RelativePathFormatter
Dim value As Boolean
 
value = RelativePathFormatter.IsEmpty(relativePath)
public static bool IsEmpty( 
   RelativePathFormatter relativePath
)
public:
static bool IsEmpty( 
   RelativePathFormatter^ relativePath
) 

Parameters

relativePath
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

Reference

RelativePathFormatter Class
RelativePathFormatter Members