Cpu.DeleteModule Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Cpu.DeleteModule Method

BR.AN.PviServices .NET


Delete the Module on the plc

[Visual Basic]

Public Overridable Sub DeleteModule( _

  ByVal name As String _

)

[C#]

public virtual int DeleteModule(

  string name

);

Parameters

name

The name of the module which has to be deleted.

Return Value

Zero on success.

Remarks

Deleting the module by CPU is only supported by PVI Manager Version 3.50 (PviMan.exe file version) or higher, and by INA2000 Version 3.44 (LnIna2.dll file version).

See Also

Cpu Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]