Enum EpfcCGMExportType
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:
-
IpfcCGMFILEExportInstructions.Create(), IpfcModel.Export()
Values
-
EpfcEXPORT_CGM_CLEAR_TEXT
- Passed to IpfcCGMFILEExportInstructions.Create() to indicate that a CGM export file should be ASCII.
-
EpfcEXPORT_CGM_MIL_SPEC
- Passed to IpfcCGMFILEExportInstructions.Create() to indicate that a CGM export file should be binary.
-
EpfcCGMExportType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.