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