'Declaration
<IteratorStateMachineAttribute(OpcLabs.EasyOpc.UA.UANodeDescriptor/d__29)> <NotNullAttribute()> Public Shared Function MakePathDescriptors( _ ByVal browsePath As UABrowsePath _ ) As IEnumerable(Of UANodeDescriptor)
'Usage
Dim browsePath As UABrowsePath Dim value As IEnumerable(Of UANodeDescriptor) value = UANodeDescriptor.MakePathDescriptors(browsePath)
[IteratorStateMachine(OpcLabs.EasyOpc.UA.UANodeDescriptor/d__29)] [NotNull()] public static IEnumerable<UANodeDescriptor> MakePathDescriptors( UABrowsePath browsePath )
[IteratorStateMachine(OpcLabs.EasyOpc.UA.UANodeDescriptor/d__29)] [NotNull()] public: static IEnumerable<UANodeDescriptor^>^ MakePathDescriptors( UABrowsePath^ browsePath )
Parameters
- browsePath
Return Value
An "enumerable" of node descriptors, starting from the root.