Library | Module

Enum pfcCGMExportType

Description

Enumeration that indicates whether a CGM export file should be ASCII (clear text) or binary (mil spec).

For more information about exporting CGM files, refer to the Interface section of the Creo Parametric help.
See Also:
pfcCGMFILEExportInstructions.Create(), pfcModel.Export()




Values

EXPORT_CGM_CLEAR_TEXT
Passed to pfcCGMFILEExportInstructions.Create() to indicate that a CGM export file should be ASCII.
EXPORT_CGM_MIL_SPEC
Passed to pfcCGMFILEExportInstructions.Create() to indicate that a CGM export file should be binary.
CGMExportType_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.