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. 
 
Some properties may have child properties, e.g. "EndPoint" property of OdDbLine has subproperties "EndPoint/X", "EndPoint/Y", "EndPoint/Z". 
 
This method should be used to delete properties while unloading. It removes this member from the owner, and fires "goodbye" reactors registered with the OdRxMemberQueryEngine.
 
 
Localized name (can be loaded from resources via OdRxLocalizedNameAttribute::getLocalizedName). 
 
name 
Static unlocalized name of the property. 
 
For the usual properties owner is the OdRxClass they are attached to. For subproperties owner is the main property. 
 
type 
Property value type. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.