EComposite Version
[DWF File Format]

Collaboration diagram for EComposite Version:


Detailed Description

These macros are available for referencing the version of the file format that introduced dwfs that contain both ePlot and eModel sections


Defines

#define _DWF_FORMAT_VERSION_ECOMPOSITE_MAJOR   6
 The major revision of the DWF File Format introducing eComposite dwfs.
#define _DWF_FORMAT_VERSION_ECOMPOSITE_MINOR   11
 The minor revision of the DWF File Format introducing eComposite dwfs.
#define _DWF_FORMAT_VERSION_ECOMPOSITE   ((_DWF_FORMAT_VERSION_ECOMPOSITE_MAJOR*100) + _DWF_FORMAT_VERSION_ECOMPOSITE_MINOR)
 The version number of the DWF File Format introducing eComposite dwfs as a composite integer value.
#define _DWF_FORMAT_VERSION_ECOMPOSITE_FLOAT   (float)(_DWF_FORMAT_VERSION_ECOMPOSITE_MAJOR + (_DWF_FORMAT_VERSION_ECOMPOSITE_MINOR/100.0))
 The version number of the DWF File Format introducing eComposite dwfs as a composite floating point value.
#define _DWF_FORMAT_VERSION_ECOMPOSITE_STRING   "6.11"
 The version number of the DWF File Format introducing eComposite dwfs as an ASCII character string.
#define _DWF_FORMAT_VERSION_ECOMPOSITE_WIDE_STRING   L"6.11"
 The version number of the DWF File Format introducing eComposite dwfs as a wide character string.


Define Documentation

#define _DWF_FORMAT_VERSION_ECOMPOSITE   ((_DWF_FORMAT_VERSION_ECOMPOSITE_MAJOR*100) + _DWF_FORMAT_VERSION_ECOMPOSITE_MINOR)
 

The version number of the DWF File Format introducing eComposite dwfs as a composite integer value.

The value of this macro is 611.

Definition at line 226 of file Version.h.

#define _DWF_FORMAT_VERSION_ECOMPOSITE_FLOAT   (float)(_DWF_FORMAT_VERSION_ECOMPOSITE_MAJOR + (_DWF_FORMAT_VERSION_ECOMPOSITE_MINOR/100.0))
 

The version number of the DWF File Format introducing eComposite dwfs as a composite floating point value.

The value of this macro is 6.11.

Definition at line 233 of file Version.h.


Generated on Tue Jan 6 22:40:20 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5