Library | Package Java Toolkit

Interface FeatIdExportInstructions

package com.ptc.pfc.pfcModel;

public interface FeatIdExportInstructions
  extends com.ptc.pfc.pfcModel.ExportInstructions



Description

Base class of instructions classes that export data for a single feature.
Direct Known Subclasses:
FeatInfoExportInstructions, MFGCLExportInstructions



Method Summary
intGetFeatId ()
    Get method for attribute "FeatId"
    The identifier of the feature whose data is being exported.
voidSetFeatId (int value)
    Set method for attribute "FeatId"
    The identifier of the feature whose data is being exported.

Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions
GetFileType

Method Detail

GetFeatId/SetFeatId

intGetFeatId ()
voidSetFeatId (int value)


    The identifier of the feature whose data is being exported.