Library | Module

Interface IpfcIntfCDRS



Description

A CDRS file from which to create an import feature.
See Also:
IpfcSolid.CreateImportFeat()
Direct Parent Classes:
IpfcIntfDataSource



Method Summary

FunctionCCpfcIntfCDRS.Create (FileName as String) as IpfcIntfCDRS
Creates a new object representing the CDRS file from which to create an import feature.



Method Detail


FunctionCCpfcIntfCDRS.Create (FileName as String) as IpfcIntfCDRS

Creates a new object representing the CDRS 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 IntfCDRS data object.