Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmLabelUtilsPE::getParamValues Method
Syntax
C++
virtual const OdBmMap<OdInt64, OdString>& getParamValues(const OdBm::BuiltInParameter::Enum param) const = 0;

Gets reference to cached list with valid values and associated labels for passed parameter of integer values type if available. 

 

Parameters
Description
param
[in] Parameter to obtain the values.

Map to fill with possible parameter values (sorted value/label pairs).

Such lists are usually represented as drop-down lists in UI. For example, the list for WALL_KEY_REF_PARAM parameter will look as below:

0
Wall Centerline
1
Core Centerline
2
Finish Face: Exterior
3
Finish Face: Interior
4
Core Face: Exterior
5
Core Face: Interior
Copyright © 2002-2022. Open Design Alliance All rights reserved.