| Library | Module | Frames | Expand |
| Property | Class | as IpfcExternalDataClass |
| Class to which slot belongs | ||
| Property | Id | as Long |
| Unique identifier assigned by Creo Parametric | ||
| Property | Name | as String [readonly, optional] |
| Slot name. Slots created using Creo Parametric TOOLKIT may not have a separate name. | ||
| Property | Value | as IpfcExternalData |
| The value (integer, double, or string) stored in the slot. Stream-type slots created byCreo Parametric TOOLKIT cannot be accessed by this attribute and an IpfcXBadExternalDataexception will result. | ||
| Sub | Delete () | |
| Deletes the external data slot | ||
| Function | IsValid () as Boolean | |
| Returns true if the slot exists and can be accessed, false if it has been deleted. | ||
| Property | Class | as IpfcExternalDataClass |
|
Class to which slot belongs Exceptions thrown (but not limited to): IpfcXBadExternalData - Slot is no longer valid |
| Property | Id | as Long |
|
Unique identifier assigned by Creo Parametric Exceptions thrown (but not limited to): IpfcXBadExternalData - Slot is no longer valid |
| Property | Name | as String [readonly, optional] |
|
Slot name. Slots created using Creo Parametric TOOLKIT may not have a separate name. Exceptions thrown (but not limited to): IpfcXBadExternalData - Slot is no longer valid |
| Property | Value | as IpfcExternalData |
|
The value (integer, double, or string) stored in the slot. Stream-type slots created byCreo Parametric TOOLKIT cannot be accessed by this attribute and an IpfcXBadExternalDataexception will result. Exceptions thrown (but not limited to): IpfcXExternalDataTKError - The function failed. IpfcXExternalDataInvalidObject - The model or class name is invalid. IpfcXExternalDataBadKeyByFlag - The 'key by flag' is invalid. IpfcXExternalDataSlotNotFound - The slot was not found. IpfcXExternalDataStreamTooLarge - The stream data size is greater than 524288 bytes. IpfcXExternalDataBadDataArgs - The data type or data size is invalid. IpfcXExternalDataEmptySlot - No data exists in the slot. IpfcXBadExternalData - Slot is no longer valid |
| Sub | Delete | () |
|
Deletes the external data slot Permanently deletes the slot and the data it contains. Exceptions thrown (but not limited to): IpfcXExternalDataTKError - The function failed. IpfcXExternalDataInvalidObject - The model or class name is invalid. IpfcXExternalDataBadKeyByFlag - The 'key by flag' is invalid. IpfcXExternalDataSlotNotFound - The slot was not found. IpfcXBadExternalData - Slot is no longer valid |
| Function | IsValid | () as Boolean |
|
Returns true if the slot exists and can be accessed, false if it has been deleted.
|