cns_deleteViewDp
Deletes the internal data point which is linked to the given view.
Synopsis
void cns_deleteViewDp(string sView);
Parameters
| Parameter | Description | 
|---|---|
| sView | ID path of the view | 
Return value
-
Errors
-
Description
This function deletes the internal data point which is linked to the given view.
main()
{
  cns_deleteViewDp("System1.MyView:");
}
        Availability
UI, CTRL
