Share

AcPeNumericType

C++

enum AcPeNumericType {
  PE_ACAD_DISTANCE = 0,
  PE_ACAD_ANGLE = 0x1,
  PE_ACAD_NOUNITS = 0x2,
  PE_ACAD_OTHER = 0x3,
  PE_ACAD_ANGLEPLUS360 = 0x4,
  PE_ACAD_RELATIVE_ANGLE = 0x5,
  PE_ACAD_RAW_ANGLE = 0x6
};

File

acpexctl.h

Description

This enumeration contains values for setting the datatype of an ActiveX control's numeric data.

Was this information helpful?