'Declaration
<NotNullAttribute()> Public Overloads Shared Function Create( _ ByVal referenceTypeId As UANodeId, _ ByVal targetName As UAQualifiedName _ ) As UABrowsePathElement
'Usage
Dim referenceTypeId As UANodeId Dim targetName As UAQualifiedName Dim value As UABrowsePathElement value = UABrowsePathElement.Create(referenceTypeId, targetName)
[NotNull()] public static UABrowsePathElement Create( UANodeId referenceTypeId, UAQualifiedName targetName )
[NotNull()] public: static UABrowsePathElement^ Create( UANodeId^ referenceTypeId, UAQualifiedName^ targetName )
Parameters
- referenceTypeId
- The type of reference to follow.
- targetName
- The name of the target node.
Return Value
Returns the newly created instance.