API Documentation > Interface Classes > Class pfcViewOId
Class pfcViewOId

# include <pfcView.h>

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

Description
This class specifies the identifier of a view. A view is identified by its name.
Method Summary
Creates a new view identifier object using a supplied name.
Methods Inherited from Class pfcStringOId::
Method Detail
Create
(xrstring Name)
Creates a new view identifier object using a supplied name.
Parameters:
Name
The name of the view
Returns:
The new view identifier object
Was this helpful?