cns_viewDpToName
Returns the ID of the view which is linked to the given internal data point.
Synopsis
string cns_viewDpToName(string sViewDpName);
Parameters
Parameter | Description |
---|---|
sViewDpName | Internal data point name for which the view ID shall be returned |
Return value
Returns the ID path of the view which is linked to the given internal data point.
Errors
-
Description
This function returns the ID of the view which is linked to the given data point.
main()
{
DebugN(cns_viewDpToName("_CNS_View_00001"));
}
Availability
UI, CTRL