'Declaration
<NotNullAttribute()> Public Shared Function CreateInverse( _ 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.CreateInverse(referenceTypeId, targetName)
[NotNull()] public static UABrowsePathElement CreateInverse( UANodeId referenceTypeId, UAQualifiedName targetName )
[NotNull()] public: static UABrowsePathElement^ CreateInverse( 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.