DeleteUserProperties

Deletes user properties for an equipment from local cache.

Function

void DeleteUserProperties(eqName: string)

Parameters

  • eqName (string): Equipment name (for example: “Conveyor1”)

Remarks

Deleting user property cache for an equipment would force the next request for properties to get it from the server, therefore ensuring the latest values are returned.

Example

Delete user property cache for equipment named “CIC.W05”:

SYM3.DeleteUserProperties("CIC.W05")