'Declaration<NotNullAttribute()> Public Shared Function HasModellingRule( _ ByVal targetName As UAQualifiedName _ ) As UABrowsePathElement
'UsageDim targetName As UAQualifiedName Dim value As UABrowsePathElement value = UABrowsePathElement.HasModellingRule(targetName)
[NotNull()] public static UABrowsePathElement HasModellingRule( UAQualifiedName targetName )
[NotNull()] public: static UABrowsePathElement^ HasModellingRule( UAQualifiedName^ targetName )
Parameters
- targetName
- The name of the target node.
Return Value
Returns the newly created instance.