'Declaration
Public Overloads Shared Function FindStandardName( _ ByVal nodeId As UANodeId, _ ByRef standardName As String _ ) As Boolean
'Usage
Dim nodeId As UANodeId Dim standardName As String Dim value As Boolean value = UAUtilities.FindStandardName(nodeId, standardName)
public static bool FindStandardName( UANodeId nodeId, out string standardName )
public: static bool FindStandardName( UANodeId^ nodeId, [Out] String^ standardName )
Parameters
- nodeId
- The node Id for which the standard name should be found.
- standardName
- The standard name that corresponds to the given node Id.
Return Value
Returns
true
if the standard name has been found; otherwise, returns false
.