ElevationFrames
less than a minute
This talbe stores information about the frames per Elevation.
| Name | Type | Size | Description |
|---|---|---|---|
| ElevationGuid | Text | 255 | Guid of the Elevation |
| BaseElementNumber | Long integer | 4 | Internal Id |
| IsCoupling | bool | 1 | 0 = couplings are not used1 = couplings are used |
| ElevationFramesId | Long Integer | 4 | PRIMARY KEY |
| ElevationId | Long Integer | 4 | FOREIGN KEY |
| Height | Double | 8 | Height of the frame |
| Width | Double | 8 | Width of the frame |
| PictureI_CompCad | OLE-Objekt | - | |
| PictureI_File | Text | 255 | Path and filename of inside drawing |
| PictureI_HeightMM | Double | 8 | Inside drawing height in mm |
| PictureI_Inside | Bool | 1 | 0 =Inside drawing is outside 1 =Inside drawingis inside |
| PictureI_Scale | Double | 8 | 1 divided by PictureI_Scale = scale |
| PictureI_WidthMM | Double | 8 | inside drawing width in mm |
| PictureO_CompCad | OLE-Objekt | - | |
| PictureO_File | Text | 255 | Path and filename of inside drawing |
| PictureO_HeightMM | Double | 8 | outside drawing height in mm |
| PictureO_Inside | Bool | 1 | 0 =outside drawing is outside 1 =outside drawingis inside |
| PictureO_Scale | Double | 8 | 1 divided by PictureO_Scale = scale |
| PictureO_WidthMM | Double | 8 | outside drawing width in mm |