Class pfcExternalDataClass
Description
A class that represents a named "bin" for external data so other applications will not use the data by mistake. An application usually needs one class.
Direct Parent Classes:
User Guide References:
Property Summary
/* readonly */ string | |
| |
| |
| Unique name of the class for this model |
| |
| |
| |
| ExternalDataAccess object to which the class belongs |
Method Summary
| |
| |
| |
| Creates a new slot for the external data class |
void | |
| |
| |
| Deletes the external data class from the model |
boolean | |
| |
| |
| Returns true if the class is valid and can be accessed, false if it has been deleted or it cannot be accessed. |
| |
| |
| |
| Lists all the slots available for the class |
Property Detail
/* readonly */ string | Name | |
Unique name of the class for this model
Exceptions thrown (but not limited to):
ExternalDataAccess object to which the class belongs
Exceptions thrown (but not limited to):
Method Detail
Creates a new slot for the external data class
Exceptions thrown (but not limited to):
Parameters:
Name
The unique name for the slot. This name cannot begin with a number.
Returns:
The new external data slot
User Guide References:
Deletes the external data class from the model
Deletes permanenly the class and all its slots.
Exceptions thrown (but not limited to):
Returns true if the class is valid and can be accessed, false if it has been deleted or it cannot be accessed.
Returns:
The class status
Lists all the slots available for the class
Note that slots created by Creo Parametric TOOLKIT applications may not have cutomized names, just numbers.
Exceptions thrown (but not limited to):
Returns:
Sequence of external data slots
User Guide References: