API Reference > OdDAI Namespace > Classes > Iterator Class > Iterator Methods > Iterator::putCurrentMember Method
Iterator::putCurrentMember Method
Syntax
C++
virtual void putCurrentMember(const OdRxValue& anItem) = 0;
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.