API Documentation
>
Classes
> Interface IpfcImportInstructions
Interface IpfcImportInstructions
Description
Base class to all the import-instructions classes that govern the importing (reading) of Creo Parametric related data with
IpfcModel.Import()
.
Direct Known Subclasses:
IpfcImport2DInstructions
,
IpfcRelationImportInstructions
,
IpfcIGESSectionImportInstructions
,
IpfcProgramImportInstructions
,
IpfcConfigImportInstructions
,
IpfcDWGSetupImportInstructions
,
IpfcSpoolImportInstructions
,
IpfcConnectorParamsImportInstructions
,
IpfcCableParamsImportInstructions
,
IpfcASSEMTreeCFGImportInstructions
,
IpfcWireListImportInstructions
User Guide References:
Importing Files:IpfcImportInstructions
Method Summary
Function
GetFileType
() as
IpfcImportType
Returns a
IpfcImportType
instance that indicates the type of data the object imports when passed as an argument to the
IpfcModel.Import()
method.
Method Detail
Function
GetFileType
() as
IpfcImportType
Returns a
IpfcImportType
instance that indicates the type of data the object imports when passed as an argument to the
IpfcModel.Import()
method.
Returns:
One of the static instances of
IpfcImportType
(e.g. IMPORT_RELATION)
Was this helpful?
This site works best with JavaScript enabled