API Reference > Classes > OdBmElementBuiltInProperty Structure
OdBmElementBuiltInProperty Structure
Syntax
C++
struct OdBmElementBuiltInProperty : public OdRxProperty { public: OdBm::StorageType::Enum odType_; public: OdBmObjectId parameterId_; };

BmElementCDAProps.h

RxProperty for BuiltIn representation of OdBmElement object's Params. To enable BuiltIn Properties display - add BUILTINPROPENABLE in preprocessor definitions

Defines type of RxProperty ValueType. Supported types: OdVariant::kInt32 OdVariant::kDouble OdVariant::kString OdTfVariant::kDbStubPtr details: https://docs.opendesign.com/tbim/tbim_parameters_overview.html 
Stores the corresponding Element Parameter Id details: https://docs.opendesign.com/tbim/tbim_parameters_built_in.html 
Creates an object and assigns it to an owner.
 
Implementation of the isReadOnly metod from the OdRxPropertyBase interface.
 
Retruns the built-in parameter id property.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.