|
The VB API Type
|
Data
|
|---|---|
|
EpfcEXTDATA_INTEGER
|
integer
|
|
EpfcEXTDATA_DOUBLE
|
double
|
|
EpfcEXTDATA_STRING
|
string
|
|
The VB API Type
|
Data Type
|
|---|---|
|
IpfcExternalDataAccess
|
This is the top level object and is created when attempting to access external data.
|
|
IpfcExternalDataClass
|
This is a class of external data and is identified by a unique name.
|
|
IpfcExternalDataSlot
|
This is a container for one item of data. Each slot is stored in a class.
|
|
IpfcExternalData
|
This is a compact data structure that contains either an integer, double or string value.
|
| |
| |
| |
| |
| |
| |
| |
| • | IpfcExternalData.IntegerValue |
| • | IpfcExternalData.DoubleValue |
| • | IpfcExternalData.StringValue |
|
Exception
|
Cause
|
|---|---|
|
IpfcXExternalDataInvalidObject
|
Generated when a model or class is invalid.
|
|
IpfcXExternalDataClassOrSlotExists
|
Generated when creating a class or slot and the proposed class or slot already exists.
|
|
IpfcXExternalDataNamesTooLong
|
Generated when a class or slot name is too long.
|
|
IpfcXExternalDataSlotNotFound
|
Generated when a specified class or slot does not exist.
|
|
IpfcXExternalDataEmptySlot
|
Generated when the slot you are attempting to read is empty.
|
|
IpfcXExternalDataInvalidSlotName
|
Generated when a specified slot name is invalid.
|
|
IpfcXBadGetExternalData
|
Generated when you try to access an incorrect data type in a IpfcExternalData object.
|