Library | Package Java Toolkit

Interface ImportInstructions

package com.ptc.pfc.pfcModel;

public interface ImportInstructions
  extends jxobject



Description

Base class to all the import-instructions classes that govern the importing (reading) of Creo Parametric related data with Model.Import(String, ImportInstructions) .
Direct Known Subclasses:
Import2DInstructions, RelationImportInstructions, IGESSectionImportInstructions, ProgramImportInstructions, ConfigImportInstructions, DWGSetupImportInstructions, SpoolImportInstructions, ConnectorParamsImportInstructions, CableParamsImportInstructions, ASSEMTreeCFGImportInstructions, WireListImportInstructions



Method Summary
ImportTypeGetFileType ()
    Returns a ImportType instance that indicates the type of data the object imports when passed as an argument to the Model.Import(String, ImportInstructions) method.

Method Detail

GetFileType

ImportTypeGetFileType ()


    Returns a ImportType instance that indicates the type of data the object imports when passed as an argument to the Model.Import(String, ImportInstructions) method.
Returns:
One of the static instances of ImportType (e.g. IMPORT_RELATION)