Library | File

Class pfcSimpRepFeatItemPath

# include <pfcSimpRep.h>

class pfcSimpRepFeatItemPath
 : public virtual pfcSimpRepItemPath
{
    xdeclare(pfcSimpRepFeatItemPath)
    ...
};
This is a COMPACT class.



Description

This type of path points to a feature that is not a component.



Method Summary

static pfcSimpRepFeatItemPath_ptrCreate (xint FeatId)
Creates a new object used to point to a feature that is not a component.

NOTE: Not implemented in this J-Link release.
xintGetFeatId ()
voidSetFeatId (xint value)
The Feat Id.



Method Detail

xintGetFeatId ()
voidSetFeatId (xint value)

The Feat Id.




static pfcSimpRepFeatItemPath_ptrCreate (xint FeatId)

Creates a new object used to point to a feature that is not a component.

NOTE: Not implemented in this J-Link release.

Not implemented in this J-Link release.

Exceptions thrown (but not limited to):

pfcXToolkitNotImplemented - Method is not implemented


Parameters:
FeatId
The Feat Id.
Returns:
The pfcSimpRepFeatItemPath object.