| Library | Module | Frames | Expand |
| pfcExternalDataClass | CreateClass (string Name) | |
| Creates a class in the model's external data. | ||
| boolean | IsValid () | |
| Returns true if this object is still valid for this model, false if access has been terminated | ||
| pfcExternalDataClasses | ListClasses () | |
| Lists all of the external data classes for the model | ||
| void | LoadAll () | |
| Loads all of the model's external data into memory. | ||
| void | ReleaseDataBuffer (pfcExternalData data) | |
| Frees the memory allocated for data buffer. | ||
| pfcExternalDataClass | CreateClass | (string Name) |
|
Creates a class in the model's external data. Exceptions thrown (but not limited to): pfcXExternalDataTKError - The function failed. pfcXExternalDataInvalidObject - The specified model or class name is invalid. pfcXExternalDataClassOrSlotExists - The specified class name already exists. pfcXExternalDataNamesTooLong - The specified class name exceeds the length 32. pfcXBadExternalData - Data access object is no longer valid
|
| boolean | IsValid | () |
|
Returns true if this object is still valid for this model, false if access has been terminated
|
| pfcExternalDataClasses | ListClasses | () |
|
Lists all of the external data classes for the model Exceptions thrown (but not limited to): pfcXExternalDataTKError - The function failed. pfcXExternalDataInvalidObject - The specified model is invalid. pfcXBadExternalData - Data access object is no longer valid
|
| void | LoadAll | () |
|
Loads all of the model's external data into memory. Using this method can improve the performance of reading the model data. Exceptions thrown (but not limited to): pfcXExternalDataTKError - The function failed. pfcXExternalDataInvalidObject - The specified model is invalid. pfcXBadExternalData - Data access object is no longer valid |
| void | ReleaseDataBuffer | (pfcExternalData data) |
|
Frees the memory allocated for data buffer.
|