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

BmElementCDAProps.h

RxProperty for customer representation of OdBmElement object's Params.

 
Name 
Description 
 
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 
 
Name 
Description 
 
Creates an object and assigns it to an owner.
 
 
Implementation of the isReadOnly metod from the OdRxPropertyBase interface.
 
 
Retruns the customer parameter id property.
 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.