CFx SDK Documentation 2024 SP0
|
#include <RxModelTreeBaseNode.h>
Public Member Functions | |
PropertyInfo () | |
Public Attributes | |
OdString | name |
OdString | localizedName |
OdString | uiPlacement |
float | weight |
OdRxPropertyVariant | value |
OdArray< PropertyInfo > | subProperties |
Represents object properties information for the Common Data Access API.
<group OdRx_Classes>
Definition at line 83 of file RxModelTreeBaseNode.h.
|
inline |
Default constructor for instances of PropertyInfo.
Definition at line 88 of file RxModelTreeBaseNode.h.
OdString PropertyInfo::localizedName |
The localized property name.
Definition at line 97 of file RxModelTreeBaseNode.h.
OdString PropertyInfo::name |
The property name.
Definition at line 94 of file RxModelTreeBaseNode.h.
OdArray<PropertyInfo> PropertyInfo::subProperties |
The array of subproperties.
Definition at line 109 of file RxModelTreeBaseNode.h.
OdString PropertyInfo::uiPlacement |
The UI placement group name.
Definition at line 100 of file RxModelTreeBaseNode.h.
OdRxPropertyVariant PropertyInfo::value |
The property value.
Definition at line 106 of file RxModelTreeBaseNode.h.
float PropertyInfo::weight |
The UI placement weight.
Definition at line 103 of file RxModelTreeBaseNode.h.