CFx SDK Documentation  2020SP3
Enumerations
OdTf Namespace Reference

Enumerations

enum  TagsEnum {
  Element = 1, Condition = 2, Array = 4, version = 8,
  EndClass = 16, Mark = 32, EndTagMask = 64
}
 
enum  ClassVersionEnum { originalVersion = 0, addInVersion = 1, deletedInVersion = 2 }
 
enum  ElementAttributesEnum {
  isCacheValue = 1, isBreak = 2, isTableName = 4, isContextData = 8,
  isTableQueue = 16, isTableCache = 32, TableQueue = 64, isSum = 128
}
 
enum  ConditionAttributesEnum { isMarkCondition = 1, isOwner = 2, dwgVer = 4 }
 
enum  ArrayAttributesEnum { breakValue = 1 }
 
enum  ConditionOperatorsEnum {
  kTrue = 1, kFalse = 2, kNot = 4, kAnd = 8,
  kLessThan = 16, kGreaterThan = 32
}
 
enum  HexBinaryAttributesEnum {
  increaseIn = 1, reduceIn = 2, limitLen = 4, countBytes = 8,
  mul = 16, value = 32, cacheValue = 64
}
 
enum  TypesEnum {
  Subclass, Bool, Byte, Short,
  Int, UnsignedByte, UnsignedShort, UnsignedInt,
  Long, Double, HexBinary, String,
  Handle, SoftOwnershipId, HardOwnershipId, SoftPointerId,
  HardPointerId, Point2d, Point3d, Vector2d,
  Vector3d, Scale3d, DateTime, DataEnd,
  Table, Empty
}
 

Enumeration Type Documentation

◆ ArrayAttributesEnum

Enumerator
breakValue 

Definition at line 366 of file Tf.h.

◆ ClassVersionEnum

Enumerator
originalVersion 
addInVersion 
deletedInVersion 

Definition at line 342 of file Tf.h.

◆ ConditionAttributesEnum

Enumerator
isMarkCondition 
isOwner 
dwgVer 

Definition at line 360 of file Tf.h.

◆ ConditionOperatorsEnum

Enumerator
kTrue 
kFalse 
kNot 
kAnd 
kLessThan 
kGreaterThan 

Definition at line 370 of file Tf.h.

◆ ElementAttributesEnum

Enumerator
isCacheValue 
isBreak 
isTableName 
isContextData 
isTableQueue 
isTableCache 
TableQueue 
isSum 

Definition at line 349 of file Tf.h.

◆ HexBinaryAttributesEnum

Enumerator
increaseIn 
reduceIn 
limitLen 
countBytes 
mul 
value 
cacheValue 

Definition at line 379 of file Tf.h.

◆ TagsEnum

Enumerator
Element 
Condition 
Array 
version 
EndClass 
Mark 
EndTagMask 

Definition at line 331 of file Tf.h.

◆ TypesEnum

Enumerator
Subclass 
Bool 
Byte 
Short 
Int 
UnsignedByte 
UnsignedShort 
UnsignedInt 
Long 
Double 
HexBinary 
String 
Handle 
SoftOwnershipId 
HardOwnershipId 
SoftPointerId 
HardPointerId 
Point2d 
Point3d 
Vector2d 
Vector3d 
Scale3d 
DateTime 
DataEnd 
Table 
Empty 

Definition at line 389 of file Tf.h.