Click or drag to resize

ModuleGetText Method (TextRange)

Returns the module text within the specified range.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public string GetText(
	TextRange range
)

Parameters

range
Type: ABB.Robotics.Controllers.RapidDomainTextRange
The specified TextRange.

Return Value

Type: String
The module text of the specified range.
See Also