Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HIOUtilityDwfExport Class Reference

#include <HIOUtilityDwfExport.h>

Public Member Functions

HFileOutputResult FileOutputByKey (const __wchar_t *FileName, HC_KEY key, HOutputHandlerOptions *options)
 
HFileOutputResult FileOutputByKey (const unsigned short *FileName, HC_KEY key, HOutputHandlerOptions *options)
 
const char * GetOutputName ()
 
HOutputHandlerStyle GetOutputStyle ()
 
const char * GetOutputTypesString ()
 
void RegisterOutputHandlerTypes ()
 

Detailed Description

The HIOUtilityDwfExport is the integration class for the DWF toolkit. Using this integration class allows you to export Autodesk's DWF (Design Web Format). This integration is based on DWF Toolkit version 7+. To use this integration class you will need to obtain a license of DWF Toolkit.

Member Function Documentation

HFileOutputResult HIOUtilityDwfExport::FileOutputByKey ( const __wchar_t *  FileName,
HC_KEY  key,
HOutputHandlerOptions *  options 
)

This method creates a DWF file of the segment tree defined under key.

Parameters
FileNameA character pointer denoting the name of the file to be written
keyA hoops key of the segment - the tree underneath which is required to be exported
optionsExport options
Returns
OutputOK if the export succeeds
const char* HIOUtilityDwfExport::GetOutputName ( )
inline
Returns
A character pointer denoting the name of the handler.

The documentation for this class was generated from the following file: