Class pfcExternalDataSlot
Description
Represents a single data item stored in external data
Direct Parent Classes:
User Guide References:
Property Summary
| |
| |
| |
| Class to which slot belongs |
/* readonly */ number | |
| |
| |
| Unique identifier assigned by Creo Parametric |
/* readonly */ /* optional */ string | |
| |
| |
| Slot name. Slots created using Creo Parametric TOOLKIT may not have a separate name. |
| |
| |
| |
| 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 pfcXBadExternalDataexception will result. |
Method Summary
void | |
| |
| |
| Deletes the external data slot |
boolean | |
| |
| |
| 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):
/* readonly */ /* optional */ string | Name | |
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
pfcXBadExternalDataexception 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):
Returns true if the slot exists and can be accessed, false if it has been deleted.
Returns:
The status of the slot