API Reference > OdRx Classes > OdRxMember Class
OdRxMember Class
OdRxMemberOdRxMemberOdRxMemberOdRxMemberOdRxMemberOdRxMember
Syntax
C++
class OdRxMember : public OdRxObject;

RxMember.h

Base class for properties and methods. 

 

 
Name 
Description 
 
This is the overview for the attributes method overload. 
 
Gets the array of subproperties (child properties). 
 
Removes this member from the owner and fires "goodbye" reactors registered with the OdRxMemberQueryEngine.
 
 
Gets the localized name (can be loaded from resources via OdRxLocalizedNameAttribute::getLocalizedName). 
 
name 
Gets the static unlocalized name of the property. 
 
Gets the owner of the property. For the usual properties owner is the OdRxClass they are attached to. For subproperties owner is the main property. 
 
type 
Gets the property value type. 
Copyright © 2002–2022. Open Design Alliance. All rights reserved.