Library | File

Class pfcParamOId

# include <pfcModelItem.h>

class pfcParamOId
 : public virtual pfcStringOId
{
    xdeclare(pfcParamOId)
    ...
};
This is a COMPACT class.



Description

This class specifies the identifier of a parameter. Parameters are identified by their names.



Method Summary

static pfcParamOId_ptrCreate (xrstring Name)
Creates a parameter identifier object given the parameter name.


Methods Inherited from Class pfcStringOId:

GetName



Method Detail

static pfcParamOId_ptrCreate (xrstring Name)

Creates a parameter identifier object given the parameter name.
Parameters:
Name
The parameter name
Returns:
The new identifier object