API Documentation
>
Classes
> Class pfcImportInstructions
Class pfcImportInstructions
Description
Base class to all the import-instructions classes that govern the importing (reading) of Creo Parametric related data with
pfcModel.Import()
.
Direct Known Subclasses:
pfcImport2DInstructions
,
pfcRelationImportInstructions
,
pfcIGESSectionImportInstructions
,
pfcProgramImportInstructions
,
pfcConfigImportInstructions
,
pfcDWGSetupImportInstructions
,
pfcSpoolImportInstructions
,
pfcConnectorParamsImportInstructions
,
pfcCableParamsImportInstructions
,
pfcASSEMTreeCFGImportInstructions
,
pfcWireListImportInstructions
User Guide References:
Importing Files:pfcImportInstructions
Method Summary
pfcImportType
GetFileType
()
Returns a
pfcImportType
instance that indicates the type of data the object imports when passed as an argument to the
pfcModel.Import()
method.
Method Detail
pfcImportType
GetFileType
()
Returns a
pfcImportType
instance that indicates the type of data the object imports when passed as an argument to the
pfcModel.Import()
method.
Returns:
One of the static instances of
pfcImportType
(e.g. IMPORT_RELATION)
Was this helpful?
This site works best with JavaScript enabled