FormTemplateLibrariesGetItem Method
|
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out FormTemplateLibrary FormTemplateLibrary
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef FormTemplateLibrary As FormTemplateLibrary
)
public:
void GetItem(
int Index,
[OutAttribute] FormTemplateLibrary^% FormTemplateLibrary
)
Parameters
- Index
- Type: SystemInt32
- FormTemplateLibrary
- Type: OmniPageCSDK.IproPlusFormTemplateLibrary
See Also