SettingNode.GetItem 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
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: System.Object
- SettingNode
- Type: Kofax.OmniPageCSDK.IproPlus.SettingNode
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