unqualifyName

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

Synopsis

For C++:
static CString unqualifyName(pointname); 
LPCTSTR pointname;
 
For Java and C#:
static String unqualifyName(pointname); 
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