API Reference > OdDAI Namespace > Classes > IteratorCollection Template > IteratorCollection Methods > IteratorCollection::putCurrentMember Method
IteratorCollection::putCurrentMember Method
Syntax
C++
virtual void putCurrentMember(const OdRxValue& anItem);
Parameters 
Description 
const OdRxValue& anItem 
[in] An instance of the OdRxValue class that represents the new element to be set as current. 

Sets a new current element of an aggregate for the iterator. The new element replaces the previously current element.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.