TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MBusinessDocument::getLotItem
MBusinessDocument
Retrieve the lot item from this document. A lot item identifier allows sequencing of items in a lot.
Parameters
Parameters
Description
int& iLotItem
Parameter in which to store the lot item.
Return Value
If this accessor finds the element, it returns MTrue and stores the information in the output parameter. Otherwise, it returns MFalse.
Declaration
virtual
Mboolean getLotItem(
int
& iLotItem)
throw
(
MException
);
Links
MBusinessDocument
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference