lookupPoint
lookupPoint — accesses a point from the point cache.
DataHubPoint* lookupPoint( | pointname); |
LPCTSTR pointname;DataHubPoint lookupPoint( | pointname); |
String pointname;pointnameThe name of the point.
The corresponding point object in the point cache.
This method returns a pointer to a cached
DataHubPoint object matching the specified
name object. If no object matching the name is in the cache, then
NULL[8] is returned.