Share

BlockScaling

C++

enum BlockScaling {
  kAny,
  kUniform
};

File

dbsymtb.h

Members

Members Description
kAny Block references associated with this block table record can be non-uniformly scaled.
kUniform Block references associated with this block table record can only be uniformly scaled.

Description

Enum whose values control whether block references associated with this block table record can be uniformly or non-uniformly scaled.

Was this information helpful?