API Documentation > Interface Classes > Class pfcIntfNeutral
Class pfcIntfNeutral

# include <pfcModel.h>

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

Description
Not implemented. This class represents using neutral file information in a session to create an import feature.
See Also:
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcIntfDataSource::
Method Summary
Create (xrstring FileName)
Creates a new object representing the source of data from which to create an import feature.
Method Detail
Create
(xrstring FileName)
Creates a new object representing the source of data from which to create an import feature.
This source type is not implemented.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new cIntfNeutral data object.
Was this helpful?