API Documentation > Classes > Class pfcIntfDataSource
Class pfcIntfDataSource
Description
Base class to several classes that represent the source of data from which to create an import feature.
Direct Known Subclasses:
User Guide References:
Property Summary
string
The name of the imported feature file.
Method Summary
Returns a pfcIntfType instance that indicates the type of the source of data from which the import feature will be created.
Property Detail
string
FileName
The name of the imported feature file.
Method Detail
GetType
()
Returns a pfcIntfType instance that indicates the type of the source of data from which the import feature will be created.
Returns:
One of the static instances of pfcIntfType (for example, INTF_NEUTRAL)
Was this helpful?