API Reference > Classes > OdBmESFieldData Structure
OdBmESFieldData Structure
Syntax
C++
struct OdBmESFieldData { OdInt32 m_idx; OdBmForgeTypeId m_specTypeId; bool m_unitTypeEnabled; OdBm::ESFieldType::Enum m_fieldType; OdTfVariant::Type m_variantType; OdBm::ESContainerType::Enum m_containerType; OdGUID m_subSchemaGuid; OdString m_name; OdString m_doc; OdTfClass* m_pSubClass; };

BmESFieldBuilder.h

This structure stores data about a field.

 
Name 
Description 
 
Constructor. Sets unit type to undefined, variant type to empty and m_unitTypeEnabled to false. 
 
Name 
Description 
 
Container type. 
 
Documentation. 
 
Field type. 
 
Identifier. 
 
Name. 
 
Subclass. 
 
Spec type. 
 
Schema unique id. 
 
used to restrict setting for non-float types 
 
Variant type. 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.