CFx SDK Documentation  2020SP3
Public Types | Static Public Member Functions | List of all members
OdDxfCode Class Reference

#include <DbFiler.h>

Public Types

enum  Type {
  Unknown = 0, Name = 1, String = 2, Bool = 3,
  Integer8 = 4, Integer16 = 5, Integer32 = 6, Double = 7,
  Angle = 8, Point = 9, BinaryChunk = 10, LayerName = 11,
  Handle = 12, ObjectId = 13, SoftPointerId = 14, HardPointerId = 15,
  SoftOwnershipId = 16, HardOwnershipId = 17, Integer64 = 18
}
 

Static Public Member Functions

static Type _getType (int code)
 

Detailed Description

<group Other_Classes>

This class defines a function that returns the data type using the specified group code (DXF code).

See also
<link db_rb_verify.html, Determining the Data Type by Group Code>

Definition at line 144 of file DbFiler.h.

Member Enumeration Documentation

◆ Type

Defines codes for data types.

Enumerator
Unknown 
Name 
String 
Bool 
Integer8 
Integer16 
Integer32 
Double 
Angle 
Point 
BinaryChunk 
LayerName 
Handle 
ObjectId 
SoftPointerId 
HardPointerId 
SoftOwnershipId 
HardOwnershipId 
Integer64 

Definition at line 150 of file DbFiler.h.

Member Function Documentation

◆ _getType()

static Type OdDxfCode::_getType ( int  code)
static

Returns the data type for the specified group code (DXF code).

See also
<link db_rb_verify.html, Determining the Data Type by Group Code>
<link db_rb_type.html, Getting and Setting Tagged Data>

The documentation for this class was generated from the following file: