Click or drag to resize

ModuleGetText Method (Location, Location)

Returns the text of the module within the specified locations.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public string GetText(
	Location begin,
	Location end
)

Parameters

begin
Type: ABB.Robotics.Controllers.RapidDomainLocation
The start Location.
end
Type: ABB.Robotics.Controllers.RapidDomainLocation
The end Location.

Return Value

Type: String
The module text within the locations.
See Also