API Reference > OdRx Classes > OdRxMemberQueryContext Class > OdRxMemberQueryContext Methods > OdRxMemberQueryContext::newMemberIterator Method
OdRxMemberQueryContext::newMemberIterator Method
Syntax
C++
OdRxMemberIteratorPtr newMemberIterator(const OdArray<OdRxClassPtr>& facets) const;
Parameters 
Description 
const OdArray<OdRxClassPtr>& facets 
[in] Array of objects. 

Pointer to the iterator of members of specified objects.

Builds an iterator listing all the members of these classes (optionally including members of parents and children of members). Parameters are called "facets", because they can include "extension" classes. 

 

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