![]() |
NDEVR
API Documentation
|
Provides column-level access to NDPN model properties in the design database. More...
Static Public Member Functions | |
| static constexpr TableColumn * | column (const DesignInfo *object, NDPN property) |
| Returns the TableColumn pointer for a given NDPN property. | |
| static constexpr uint04 | index (const DesignInfo *object, NDPN) |
| Returns the row index for the given design object. | |
Provides column-level access to NDPN model properties in the design database.
Used for bulk or low-level operations that need direct TableColumn and row index access rather than typed get/set.
|
inlinestaticconstexpr |
Returns the TableColumn pointer for a given NDPN property.
| [in] | object | The design info object. |
| [in] | property | The property whose column to retrieve. |
|
inlinestaticconstexpr |