Library | File

Class pfcSimpRepCompItemPath

# include <pfcSimpRep.h>

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



Description

This type of path points to a component.



Method Summary

static pfcSimpRepCompItemPath_ptrCreate (xintsequence_ptr ItemPath)
Creates a new object that used to point to a component.
xintsequence_ptrGetItemPath ()
voidSetItemPath (xintsequence_ptr value)
Path to the item.



Method Detail

xintsequence_ptrGetItemPath ()
voidSetItemPath (xintsequence_ptr value)

Path to the item.




static pfcSimpRepCompItemPath_ptrCreate (xintsequence_ptr ItemPath)

Creates a new object that used to point to a component.

The return value is used as a component of pfcSimpRepItem .
Parameters:
ItemPath
Path to the item.
Returns:
The pfcSimpRepCompItemPath object.