CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PropertyInfo Struct Reference

#include <RxModelTreeBaseNode.h>

Public Member Functions

 PropertyInfo ()
 

Public Attributes

OdString name
 
OdString localizedName
 
OdString uiPlacement
 
float weight
 
OdRxPropertyVariant value
 
OdArray< PropertyInfosubProperties
 

Detailed Description

Represents object properties information for the Common Data Access API.

<group OdRx_Classes>

Definition at line 83 of file RxModelTreeBaseNode.h.

Constructor & Destructor Documentation

◆ PropertyInfo()

PropertyInfo::PropertyInfo ( )
inline

Default constructor for instances of PropertyInfo.

Definition at line 88 of file RxModelTreeBaseNode.h.

Member Data Documentation

◆ localizedName

OdString PropertyInfo::localizedName

The localized property name.

Definition at line 97 of file RxModelTreeBaseNode.h.

◆ name

OdString PropertyInfo::name

The property name.

Definition at line 94 of file RxModelTreeBaseNode.h.

◆ subProperties

OdArray<PropertyInfo> PropertyInfo::subProperties

The array of subproperties.

Definition at line 109 of file RxModelTreeBaseNode.h.

◆ uiPlacement

OdString PropertyInfo::uiPlacement

The UI placement group name.

Definition at line 100 of file RxModelTreeBaseNode.h.

◆ value

OdRxPropertyVariant PropertyInfo::value

The property value.

Definition at line 106 of file RxModelTreeBaseNode.h.

◆ weight

float PropertyInfo::weight

The UI placement weight.

Definition at line 103 of file RxModelTreeBaseNode.h.


The documentation for this struct was generated from the following file: