Click or drag to resize

TypeDeleteInstance Method

This method deletes a named instance of this type.

Namespace:  ABB.Robotics.Controllers.ConfigurationDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public void DeleteInstance(
	string name
)

Parameters

name
Type: SystemString
The name of the instance.
See Also