setName

setName — assigns a name to the point.

Synopsis

For C++:
void setName(sname); 
LPCTSTR sname;
 
void setName(sdomain,  
 sname); 
LPCTSTR sdomain;
LPCTSTR sname;
 
For Java, and C#:
void setName(sname); 
String sname;
 

Parameters

sname

A string containing the name to be assigned to the point.

sdomain

A string containing the domain name.

Description

Assigns a name to the point. Any existing name is released. See notes regarding sname parameter of DataHubPoint. If a domain is specified, then the qualified point name is constructed.