'Declaration
<NotNullAttribute()> Public Shared Function CreateStandard( _ ByVal referenceTypeId As UANodeId, _ ByVal name As String _ ) As UABrowsePathElement
'Usage
Dim referenceTypeId As UANodeId Dim name As String Dim value As UABrowsePathElement value = UABrowsePathElement.CreateStandard(referenceTypeId, name)
[NotNull()] public static UABrowsePathElement CreateStandard( UANodeId referenceTypeId, string name )
[NotNull()] public: static UABrowsePathElement^ CreateStandard( UANodeId^ referenceTypeId, String^ name )
Parameters
- referenceTypeId
- The type of reference to follow.
- name
- The name part of the qualified name (the part without namespace qualification).