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