Interface IpfcXToolkitDllInitializeFailed
Description
This exception signals that initialization of a Creo Parametric TOOLKIT DLL failed.
See Also:
Direct Parent Classes:
Property Summary
Property | | as String |
| |
| |
| The error string passed back from the application's user_initialize method. |
Property | | as Long |
| |
| |
| The error return value passed back from the applications's user_initialize method. |
Property Detail
Property | UserInitializeMessage | | as String |
The error string passed back from the application's user_initialize method.
Property | UserInitializeReturn | | as Long |
The error return value passed back from the applications's user_initialize method.