API Reference > OdRx Classes > OdRxMemberQueryContext Class
OdRxMemberQueryContext Class
OdRxMemberQueryContextOdRxMemberQueryContextOdRxMemberQueryContext
Syntax
C++
class OdRxMemberQueryContext : public OdRxObject;

RxMember.h

Class that actually makes a list of members for the iterator. It is called by the engine with the list of facets it has collected. Facets include object class. It's up to the context to check up the class parents.

 
Name 
Description 
 
find 
Gets the pointer to the member of the class by name.
 
 
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.