API Documentation > Interface Classes > Class pfcIntfNeutralFile
Class pfcIntfNeutralFile

# include <pfcModel.h>

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

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