CATDibModelerUseItf Enumeration CATDibStandardValueType

enum CATDibStandardValueType {
  DibStdUnknown,
  DibStdUndefined,
  DibStdBoolean,
  DibStdInteger,
  DibStdDouble,
  DibStdCharacter,
  DibStdString,
  DibStdEnum,
  DibStdComplex
}
Defines Standard parameter types.
Values:
DibStdUnknown
The standard parameter type is unknown.
DibStdUndefined
The standard parameter type is undifined.
DibStdBoolean
The standard parameter type is a Boolean.
DibStdInteger
The standard parameter type is an Integer.
DibStdDouble
The standard parameter type is a Double.
DibStdCharacter
The standard parameter type is a Character.
DibStdEnum
The standard parameter type is an
DibStdComplex
The standard parameter type is Complex.

This object is included in the file: CATDibStandardEnum.h

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