TIBCO Adapter SDK C++ Reference
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
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.