Click or drag to resize

IEngineGetLabel Method

Gets a detected label that matches the given name.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
ILabel GetLabel(
	string name
)

Parameters

name
Type: SystemString
The name of the label.

Return Value

Type: ILabel
The matching label, or null if the label was not found.
See Also