CATDibModelerUseItf Enumeration CATDftStandardValueType

enum CATDftStandardValueType {
  DftStdUnknown,
  DftStdUndefined,
  DftStdBoolean,
  DftStdInteger,
  DftStdDouble,
  DftStdCharacter,
  DftStdString,
  DftStdEnum,
  DftStdComplex
}
Defines Standard parameter types.
Values:
DftStdUnknown
The standard parameter type is unknown.
DftStdUndefined
The standard parameter type is undifined.
DftStdBoolean
The standard parameter type is a Boolean.
DftStdInteger
The standard parameter type is an Integer.
DftStdDouble
The standard parameter type is a Double.
DftStdCharacter
The standard parameter type is a Character.
DftStdEnum
The standard parameter type is an
DftStdComplex
The standard parameter type is Complex.

This object is included in the file: CATDftStandardEnum.h

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.