API Documentation > Interface Classes > Class pfcIntfCDRS
Class pfcIntfCDRS

# include <pfcModel.h>

class
pfcIntfCDRS
: public virtual
pfcIntfDataSource
{
xdeclare(pfcIntfCDRS)
...
};
This is a
COMPACT class.

Description
A CDRS file from which to create an import feature.
See Also:
Method Summary
Create (xrstring FileName)
Creates a new object representing the CDRS file from which to create an import feature.
Methods Inherited from Class pfcIntfDataSource::
Method Detail
Create
(xrstring FileName)
Creates a new object representing the CDRS file from which to create an import feature.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfCDRS data object.
Was this helpful?