unqualifyName

unqualifyName — removes the domain name qualifier from a point name.

Syntax

For C++:

static CString unqualifyName(LPCTSTR  pointname);

For Java and C#:

static String unqualifyName(String  pointname);

Parameters

pointname

The name of the point.

Returns

The pointname with the domain name qualifier, if any, removed.

Description

This utility method is used to remove a domain name qualifier from a point name. See qualifyName for more information on qualifying a point name with a domain name.

See Also

qualifyName, registerPoint