API Reference > OdRx Classes > OdRxMemberQueryEngine Class > OdRxMemberQueryEngine Methods > OdRxMemberQueryEngine::promotingContext Method
OdRxMemberQueryEngine::promotingContext Method
Syntax
C++
const OdRxPromotingQueryContext* promotingContext() const;

Promoting query context.

Reference to the default promoting query context. Handles collecting members in a list, but unlike the default, this one includes children (sub-properties) in the list, instead of parents. For example OdDbLine property "EndPoint" would be replaced by "EndPoint/X", "EndPoint/Y", "EndPoint/Z" if queried using this context.

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