Click or drag to resize

SettingNodeGetItem Method

This property returns a SettingNode object which represents a node.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetItem(
	Object Item,
	out SettingNode SettingNode
)

Parameters

Item
Type: SystemObject
SettingNode
Type: Kofax.OmniPageCSDK.IproPlusSettingNode
Remarks

The Item parameter can be a numeric or a string value. In the first case the indexed direct child node is returned. If the Item parameter is a string, it is the relative dot-separated path of the requested node which is not necessarily a direct child node. If the requested node does not exist, a trappable error occurs.

See Also