VeriStand .NET API Reference

Utilities.GetLocalizedNameByGUID Method

Gets the localized name of the node associated with the specified GUID.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Shared Function GetLocalizedNameByGUID ( _
	GUID As String _
) As String
C#
public static string GetLocalizedNameByGUID(
	string GUID
)
Visual C++
public:
static String^ GetLocalizedNameByGUID(
	String^ GUID
)

Parameters

GUID
Type: System.String
The GUID of the node.

Return Value

The node name.

Remarks

This method searches all page declarations within the system.

See Also

Log in to get a better experience