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

Creates an array field containing values in the Schema, with a given name and a 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.