setName

setName — assigns a name to the point.

Syntax

For C++:

void setName(LPCTSTR sname);

void setName(LPCTSTR sdomain, LPCTSTR sname);

For Java, and C#:

void setName(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.