CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdUnitsFormatter::DimzinValues Struct Reference

#include <OdUnitsFormatter.h>

Public Types

enum  {
  kSuppressesZeroFeetAndPreciselyZeroInches = 0 , kIncludesZeroFeetAndPreciselyZeroInches = 1 , kIncludesZeroFeetAndSuppressesZeroInches = 2 , kIncludesZeroInchesAndSuppressesZeroFeet = 3 ,
  kSuppressesLeadingZeros = 4 , kSuppressesTrailingZeros = 8 , kSuppressesBothLeadingAndTrailingZeros = 12
}
 

Detailed Description

Defines values used in DIMZIN database variable that specifies how trailing and leading zeros must be treated in formatting

Definition at line 80 of file OdUnitsFormatter.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
kSuppressesZeroFeetAndPreciselyZeroInches 

Suppresses zero feet and precisely zero inches

kIncludesZeroFeetAndPreciselyZeroInches 

Includes zero feet and precisely zero inches

kIncludesZeroFeetAndSuppressesZeroInches 

Includes zero feet and suppresses zero inches

kIncludesZeroInchesAndSuppressesZeroFeet 

Includes zero inches and suppresses zero feet

kSuppressesLeadingZeros 

Supresses leading zeros

kSuppressesTrailingZeros 

Supresses trailing zeros

kSuppressesBothLeadingAndTrailingZeros 

Supresses leading and trailing zeros

Definition at line 82 of file OdUnitsFormatter.h.


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