setName
setName — assigns a name to the point.
void setName( | sname); |
LPCTSTR sname;void setName( | sdomain, | |
sname); |
LPCTSTR sdomain;LPCTSTR sname;void setName( | sname); |
String sname;snameA string containing the name to be assigned to the point.
sdomainA string containing the domain name.
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.