Click or drag to resize

ConfigurationDatabaseGetDomain Method

Returns the configuration domain with the specified name.

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

Parameters

name
Type: SystemString
The name of the domain.

Return Value

Type: Domain
The found domain or null if not found.
See Also