API Documentation > Interfaces > Interface FeatIdExportInstructions
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:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions :
Method Summary
int
Get method for attribute "FeatId"
The identifier of the feature whose data is being exported.
void
SetFeatId (int value)
Set method for attribute "FeatId"
The identifier of the feature whose data is being exported.
Method Detail
GetFeatId
int
GetFeatId
()
SetFeatId
void
SetFeatId
(int value)
The identifier of the feature whose data is being exported.
Was this helpful?