API Documentation > Classes > Interface IpfcIntfNeutralFile
Interface IpfcIntfNeutralFile
Description
A neutral file from which to create an import feature.
See Also:
Direct Parent Classes:
Method Summary
Function
Creates a new object representing a neutral file from which to create an import feature.
Method Detail
Function
CCpfcIntfNeutralFile.Create
(FileName as String) as IpfcIntfNeutralFile
Creates a new object representing a neutral file from which to create an import feature.
The return value must be passed to IpfcSolid.CreateImportFeat() to read from the file.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfNeutralFile data object.
Was this helpful?