Library | File

Class pfcDWGSetupExportInstructions

# include <pfcModel.h>

class pfcDWGSetupExportInstructions
 : public virtual pfcExportInstructions
{
    xdeclare(pfcDWGSetupExportInstructions)
    ...
};
This is a COMPACT class.



Description

Used to export a drawing setup file.

Using this export class is equivalent to using the DRAWING > Advanced > Set Up > Draw Setup > Save option in Creo Parametric. For more information, refer to the Drawing section of the Creo Parametric help.
See Also:
pfcDWGSetupExportInstructions::Create(), pfcModel::Export(xrstring, pfcExportInstructions_ptr)
Manual References:
Interface: Export Instructions



Method Summary

static pfcDWGSetupExportInstructions_ptrCreate ()
Creates a new instructions object used to export a drawing setup file.


Methods Inherited from Class pfcExportInstructions:

GetFileType



Method Detail

static pfcDWGSetupExportInstructions_ptrCreate ()

Creates a new instructions object used to export a drawing setup file.

Using this export class is equivalent to using the DRAWING > Advanced > Set Up > Draw Setup > Save option in Creo Parametric. For more information, refer to the Drawing section of the Creo Parametric help.
Manual References:
Interface: Export Instructions
Returns:
The new instructions object