IAdgObject interface.Rename Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Renames the ADG object.

void Rename(string NewName)

Renames the ADG object.

Remarks

This method is used to rename the ADG object. The NewName parameter specifies the new name for the object. This can be useful for changing the name of an object without changing its contents or location.

void Rename(string NewName)

Parameters

Type Parameter name Description
String NewName The new name for the object.

See Also