API Reference > OdEd Classes > OdEdCommandStack Class > OdEdCommandStack Methods > newIterator Method > OdEdCommandStack::newIterator Method (OdString&)
OdEdCommandStack::newIterator Method (OdString&)
Syntax
C++
virtual OdRxIteratorPtr newIterator(const OdString& groupName) = 0;
Parameters 
Description 
const OdString& groupName 
[in] Group name. 

Returns an Iterator object that can be used to traverse the OdEdCommand objects in this Stack object. 

 

If groupName is specified, only OdEdCommand objects in the specified group will be traversed.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.