API Reference > OdRx Classes > OdRxMemberQueryEngine Class > OdRxMemberQueryEngine Methods > OdRxMemberQueryEngine::newMemberIterator Method
OdRxMemberQueryEngine::newMemberIterator Method
Syntax
C++
OdRxMemberIteratorPtr newMemberIterator(const OdRxObject* pO, const OdRxMemberQueryContext* pContext = NULL) const;
Parameters 
Description 
const OdRxObject* pO 
[in] Object to enumerate the properties of.  
const OdRxMemberQueryContext* pContext = NULL 
[in] Context. Optional. 

Pointer to the iterator of the enumerated properties.

Enumerates all the properties of the object, uses defaultContext() if no context is passed. 

 

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