Click or drag to resize

IEngineGetGlobalField Method

Gets a detected global filed that matches the given name.

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

Parameters

name
Type: SystemString
The name of the global field.

Return Value

Type: IField
The matching global field, or null if the field was not found.
See Also