API Reference > OdRx Classes > OdRxMemberIterator Class > OdRxMemberIterator Methods > OdRxMemberIterator::find Method
OdRxMemberIterator::find Method
Syntax
C++
virtual OdRxMemberPtr find(const OdChar* name) const;
Parameters 
Description 
const OdChar* name 
[in] Name of the member to be found. 

Pointer to the member if it was found; NULL otherwise.

Iterates the list until member with that name is found (otherwise returns NULL). 

 

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