Interface IpfcExternalDataSlot
Description
Represents a single data item stored in external data
Direct Parent Classes:
User Guide References:
Property Summary
Property | | |
| |
| |
| Class to which slot belongs |
Property | | as Long |
| |
| |
| Unique identifier assigned by Creo Parametric |
Property | | as String [readonly, optional] |
| |
| |
| Slot name. Slots created using Creo Parametric TOOLKIT may not have a separate name. |
Property | | |
| |
| |
| 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. |
Method Summary
Sub | |
| |
| |
| Deletes the external data slot |
Function | |
| |
| |
| Returns true if the slot exists and can be accessed, false if it has been deleted. |
Property Detail
Class to which slot belongs
Exceptions thrown (but not limited to):
Unique identifier assigned by Creo Parametric
Exceptions thrown (but not limited to):
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):
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):
Method Detail
Deletes the external data slot
Permanently deletes the slot and the data it contains.
Exceptions thrown (but not limited to):
Function | IsValid | () as Boolean |
Returns true if the slot exists and can be accessed, false if it has been deleted.
Returns:
The status of the slot