API Reference > OdRx Classes > OdRxMemberQueryContext Class > OdRxMemberQueryContext Methods > OdRxMemberQueryContext::find Method
OdRxMemberQueryContext::find Method
Syntax
C++
virtual OdRxMemberPtr find(const OdArray<OdRxClassPtr>& facets, const OdChar* name) const;
Parameters 
Description 
const OdArray<OdRxClassPtr>& facets 
[in] Array of objects.  
const OdChar* name 
[in] The pointer to the name of member to be found. 

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

Gets the pointer to the member of the class by name. 

 

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