API Reference > Classes > Database Classes > OdBmESSchemaBuilder Class > OdBmESSchemaBuilder Methods > OdBmESSchemaBuilder::addMapField Method
OdBmESSchemaBuilder::addMapField Method
Syntax
C++
template <class K, class V> TB_DB_EXPORT OdBmESFieldBuilder addMapField(const OdString& fieldName);

Creates an map field containing keys and values in the Schema, with given name and type. The supported types are bool, char, OdInt16, OdInt32, float, double, OdBmObjectId, OdGUID, OdString, OdGePoint3d, OdGePoint2d, OdGeVector3d, OdGeVector2d, Entity.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.