EModel Markup Version
[DWF File Format]

Collaboration diagram for EModel Markup Version:


Detailed Description

These macros are available for referencing the version of the file format that introduced dwfs that contain graphical markup of EModel sections.


Defines

#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_MAJOR   6
 The major revision of the DWF File Format introducing EModel Markup.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_MINOR   21
 The minor revision of the DWF File Format introducing EModel Markup.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP   ((_DWF_FORMAT_VERSION_EMODEL_MARKUP_MAJOR*100) + _DWF_FORMAT_VERSION_EMODEL_MARKUP_MINOR)
 The version number of the DWF File Format introducing EModel Markup as a composite integer value.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_FLOAT   (float)(_DWF_FORMAT_VERSION_EMODEL_MARKUP_MAJOR + (_DWF_FORMAT_VERSION_EMODEL_MARKUP_MINOR/100.0))
 The version number of the DWF File Format introducing EModel Markup as a composite floating point value.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_STRING   "6.21"
 The version number of the DWF File Format introducing EModel Markup as an ASCII character string.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_WIDE_STRING   L"6.21"
 The version number of the DWF File Format introducing EModel Markup as a wide character string.


Define Documentation

#define _DWF_FORMAT_VERSION_EMODEL_MARKUP   ((_DWF_FORMAT_VERSION_EMODEL_MARKUP_MAJOR*100) + _DWF_FORMAT_VERSION_EMODEL_MARKUP_MINOR)
 

The version number of the DWF File Format introducing EModel Markup as a composite integer value.

The value of this macro is 621.

Definition at line 137 of file Version.h.

#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_FLOAT   (float)(_DWF_FORMAT_VERSION_EMODEL_MARKUP_MAJOR + (_DWF_FORMAT_VERSION_EMODEL_MARKUP_MINOR/100.0))
 

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

The value of this macro is 6.21.

Definition at line 144 of file Version.h.


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