API Documentation > Interfaces > Interface CGMFILEExportInstructions
Interface CGMFILEExportInstructions

package com.ptc.pfc.pfcModel;

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


Description
Used to export a drawing in CGM format.
Using this export class is equivalent to using the File > Save As > Export > CGM option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric on-line help.
See Also:
Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions :
Method Summary
Get method for attribute "ExportType"
ACGMExportType object that specifies ASCII or binary
Get method for attribute "WhichScale"
ACGMScaleType object that specifies abstract or metric scale
void
Set method for attribute "ExportType"
ACGMExportType object that specifies ASCII or binary
void
Set method for attribute "WhichScale"
ACGMScaleType object that specifies abstract or metric scale
Method Detail
GetExportType
GetExportType
()
SetExportType
void
SetExportType
(CGMExportType value)
A CGMExportType object that specifies ASCII or binary
GetWhichScale
GetWhichScale
()
SetWhichScale
void
SetWhichScale
(CGMScaleType value)
A CGMScaleType object that specifies abstract or metric scale
Was this helpful?