Content Definition Version
[DWF File Format]

Collaboration diagram for Content Definition Version:


Detailed Description

These macros are available for referencing the version of the file format that introduced dwfs that contain content definition information.


Defines

#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_MAJOR   6
 The major revision of the DWF File Format introducing content definition.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_MINOR   20
 The minor revision of the DWF File Format introducing content definition.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION   ((_DWF_FORMAT_VERSION_CONTENT_DEFINITION_MAJOR*100) + _DWF_FORMAT_VERSION_CONTENT_DEFINITION_MINOR)
 The version number of the DWF File Format introducing content definition as a composite integer value.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_FLOAT   (float)(_DWF_FORMAT_VERSION_CONTENT_DEFINITION_MAJOR + (_DWF_FORMAT_VERSION_CONTENT_DEFINITION_MINOR/100.0))
 The version number of the DWF File Format introducing content definition as a composite floating point value.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_STRING   "6.20"
 The version number of the DWF File Format introducing content definition as an ASCII character string.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_WIDE_STRING   L"6.20"
 The version number of the DWF File Format introducing content definition as a wide character string.


Define Documentation

#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION   ((_DWF_FORMAT_VERSION_CONTENT_DEFINITION_MAJOR*100) + _DWF_FORMAT_VERSION_CONTENT_DEFINITION_MINOR)
 

The version number of the DWF File Format introducing content definition as a composite integer value.

The value of this macro is 620.

Definition at line 182 of file Version.h.

#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_FLOAT   (float)(_DWF_FORMAT_VERSION_CONTENT_DEFINITION_MAJOR + (_DWF_FORMAT_VERSION_CONTENT_DEFINITION_MINOR/100.0))
 

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

The value of this macro is 6.20.

Definition at line 189 of file Version.h.


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