Library | Package Java Toolkit

Interface DXFExportInstructions

package com.ptc.pfc.pfcModel;

public interface DXFExportInstructions
  extends com.ptc.pfc.pfcModel.ExportInstructions



Description

Used to export a drawing in DXF format.

Using this export class is equivalent to using the File > Save As > Export > DXF option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric help.
See Also:
pfcModel.DXFExportInstructions_Create(), Model.Export(String, ExportInstructions), Export2DOption



Method Summary
/*optional*/ Export2DOptionGetOptionValue ()
    Get method for attribute "OptionValue"
    Used to set export sheet options. It is supported in Object TOOLKIT only
voidSetOptionValue ( /*optional*/ Export2DOption value)
    Set method for attribute "OptionValue"
    Used to set export sheet options. It is supported in Object TOOLKIT only

Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions
GetFileType

Method Detail

GetOptionValue/SetOptionValue

/*optional*/ Export2DOptionGetOptionValue ()
voidSetOptionValue ( /*optional*/ Export2DOption value)


    Used to set export sheet options. It is supported in Object TOOLKIT only
Manual References:
Interface: Exporting Drawing Sheets, Interface: Exporting Drawing Sheets, Interface: Exporting Drawing Sheets, Interface: Exporting Drawing Sheets