'Declaration
Public Function BrowseAccessPaths( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal nodeDescriptor As DANodeDescriptor _ ) As String()
'Usage
Dim instance As EasyDAClient Dim serverDescriptor As ServerDescriptor Dim nodeDescriptor As DANodeDescriptor Dim value() As String value = instance.BrowseAccessPaths(serverDescriptor, nodeDescriptor)
public string[] BrowseAccessPaths( ServerDescriptor serverDescriptor, DANodeDescriptor nodeDescriptor )
public: array<String^>^ BrowseAccessPaths( ServerDescriptor^ serverDescriptor, DANodeDescriptor^ nodeDescriptor )
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- nodeDescriptor
- Descriptor of the node for which the access paths will be browsed.
Return Value
The method returns an array of possible access paths to the item. You can use the returned access path e.g. as the AccessPath property of DAItemDescriptor object.