API Documentation > Interfaces > Interface ReorderAfterOperation
Interface ReorderAfterOperation

package com.ptc.pfc.pfcFeature;

public interface
ReorderAfterOperation
extends
com.ptc.pfc.pfcFeature.FeatureOperation


Description
This class defines how to reorder a feature after another feature in the regeneration order list.
Methods Inherited from Interface com.ptc.pfc.pfcFeature.FeatureOperation :
Method Summary
Get method for attribute "AfterFeat"
The feature after which you want the features reordered
void
Set method for attribute "AfterFeat"
The feature after which you want the features reordered
Method Detail
GetAfterFeat
GetAfterFeat
()
SetAfterFeat
void
SetAfterFeat
(Feature value)
The feature after which you want the features reordered
User Guide References:
Was this helpful?