Library | Package Java Toolkit

Interface WFeatureGroup

package com.ptc.wfc.wfcFeature;

public interface WFeatureGroup
  extends com.ptc.pfc.pfcFeature.FeatureGroup



Description

 



Method Summary
StatusVisitDimensions (VisitingClient visitingClient)
    Visit the variable dimensions in a Feature Group.

Methods Inherited from Interface com.ptc.pfc.pfcFeature.FeatureGroup
GetPattern, GetGroupLeader, GetGroupName, GetIsTableDriven, ListMembers, GetUDFName, GetUDFInstanceName, ListUDFDimensions, CollectUDFDimensions, GetUDFDimensionName

Method Detail

VisitDimensions

StatusVisitDimensions (VisitingClient visitingClient)


    Visit the variable dimensions in a Feature Group.

If ApplyAction of the visiting client returns a value other than TK_NO_ERROR, this method returns.

If ApplyFilter returns TK_CONTINUE, the item is skipped (not passed to ApplyAction).

Warning: After this method returns, the visiting client stays alive (that is, will not be subject to memory release), to make its adata and its methods available for the application. After the applicatoin finishes using the client, it should call WSession.ReleaseVisitor(VisitingClient) on it.

Exceptions thrown (but not limited to):

XToolkitNotFound - The group is not a UDF, or does not have variable dimensions.


Manual References:
Overview of Creo Object TOOLKIT Java: Visit Methods, Overview of Creo Object TOOLKIT Java: Visit Methods
Parameters:
visitingClient
The visiting client implemented by the application.
Returns: