Library | File

Class pfcIntfVDA

# include <pfcModel.h>

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



Description

A VDA file from which to create an import feature.



Method Summary

static pfcIntfVDA_ptrCreate (xrstring FileName)
Creates a new object representing the VDA file from which to create an import feature.


Methods Inherited from Class pfcIntfDataSource:

GetType, GetFileName, SetFileName



Method Detail

static pfcIntfVDA_ptrCreate (xrstring FileName)

Creates a new object representing the VDA file from which to create an import feature.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfVDA data object.