SingleElevations

The table SingleElevations stores quite the same information as the table Elevations. If you need one datarow for every piece of elevation, you can use this table.

NameTypeSizeProperty
AmountDouble8Always “1” because every elevation has its own row.
ElevationGroupIdLong Integer4FOREIGN KEY refers to ElevationGroups.ElevationGroupID
LK_ElevationIdLong Integer4LOOKUP KEY refers to Elevations.ElevationID
OrgAmountDouble8The original amount of the elevaton.
SingleElevationIDLong Integer4PRIMARY KEY
LocationInObjectText255Describes where the element is located.
FireProtectionUsageINTEGERDescribes fire protection values.0 = Inside1 = Outside2 = None
All other fields are the same as in the table Elevations .