SettingManagerGetItem Method
|
This property returns a
SettingNode object, which represents a node.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
Object Item,
out SettingNode SettingNode
)
Public Sub GetItem (
Item As Object,
<OutAttribute> ByRef SettingNode As SettingNode
)
public:
void GetItem(
Object^ Item,
[OutAttribute] SettingNode^% SettingNode
)
Parameters
- Item
- Type: SystemObject
- SettingNode
- Type: Kofax.OmniPageCSDK.IproPlusSettingNode
Remarks
The Item parameter can be either a numeric value or a string. In the first case the child node at the specified index is returned.
The nodes are sorted alphabetically according to their Name property. If the Item parameter is a string, it must be the absolute,
dot-separated path of an existing node, which is not necessarily a first-level node. If the requested node does not exist, a trappable error occurs.
See Also