Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

2D EPlot Section Descriptor Schema Version
[DWF File Format]

Collaboration diagram for 2D EPlot Section Descriptor Schema Version:


Detailed Description

These macros are available for referencing the current version of the schema for the EPlot section descriptor documents.


Defines

#define _DWF_FORMAT_EPLOT_VERSION_MAJOR   1
 The major revision of the EPlot section descriptor document schema.
#define _DWF_FORMAT_EPLOT_VERSION_MINOR   20
 The minor revision of the EPlot section descriptor document schema.
#define _DWF_FORMAT_EPLOT_VERSION_CURRENT   ((_DWF_FORMAT_EPLOT_VERSION_MAJOR*100) + _DWF_FORMAT_EPLOT_VERSION_MINOR)
 The current version of the EPlot section descriptor document schema as a composite integer value.
#define _DWF_FORMAT_EPLOT_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_EPLOT_VERSION_MAJOR + (_DWF_FORMAT_EPLOT_VERSION_MINOR/100.0))
 The current version of the EPlot section descriptor document schema as a composite floating point value.
#define _DWF_FORMAT_EPLOT_VERSION_CURRENT_STRING   "1.2"
 The current version of the EPlot section descriptor document schema as an ASCII character string.
#define _DWF_FORMAT_EPLOT_VERSION_CURRENT_WIDE_STRING   "1.2"
 The current version of the EPlot section descriptor document schema as a wide character string.
#define _DWF_FORMAT_EPLOT_TYPE_STRING   "com.autodesk.dwf.ePlot"
 The EPlot section type as an ASCII character string.
#define _DWF_FORMAT_EPLOT_TYPE_WIDE_STRING   L"com.autodesk.dwf.ePlot"
 The EPlot section type as a wide character string.
#define _DWF_FORMAT_EPLOT_GLOBAL_TYPE_STRING   "com.autodesk.dwf.ePlotGlobal"
 The Global EPlot section type as an ASCII character string.
#define _DWF_FORMAT_EPLOT_GLOBAL_TYPE_WIDE_STRING   L"com.autodesk.dwf.ePlotGlobal"
 The Global EPlot section type as a wide character string.


Define Documentation

#define _DWF_FORMAT_EPLOT_VERSION_CURRENT   ((_DWF_FORMAT_EPLOT_VERSION_MAJOR*100) + _DWF_FORMAT_EPLOT_VERSION_MINOR)
 

The current version of the EPlot section descriptor document schema as a composite integer value.

The current value of this macro is 120.

Definition at line 285 of file Version.h.

#define _DWF_FORMAT_EPLOT_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_EPLOT_VERSION_MAJOR + (_DWF_FORMAT_EPLOT_VERSION_MINOR/100.0))
 

The current version of the EPlot section descriptor document schema as a composite floating point value.

The current value of this macro is 1.2.

Definition at line 292 of file Version.h.


Generated on Tue May 17 12:38:52 2005 for Autodesk DWF Toolkit by  doxygen 1.4.1