Click or drag to resize

IPresentationSpaceGetText Method

Retrieves the text at the specified position.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.5.532.0 (1.5.532.0)
Syntax
string GetText(
	IPosition start,
	int length
)

Parameters

start
Type: MicroFocus.ZFE.ConnectorIPosition
The starting position.
length
Type: SystemInt32
The number of characters to retrieve.

Return Value

Type: String
The characters on the presentation space specified by the start position and length.
Exceptions
ExceptionCondition
ConnectorException If an error occurs retrieving the text.
See Also