API Documentation > Exceptions > Class pfcXToolkitDllInitializeFailed
Class pfcXToolkitDllInitializeFailed
Description
This exception signals that initialization of a Creo Parametric TOOLKIT DLL failed.
See Also:
Direct Parent Classes:
Property Summary
/* readonly */ string
The error string passed back from the application's user_initialize method.
/* readonly */ number
The error return value passed back from the applications's user_initialize method.
Property Detail
/* readonly */ string
UserInitializeMessage
The error string passed back from the application's user_initialize method.
/* readonly */ number
UserInitializeReturn
The error return value passed back from the applications's user_initialize method.
Was this helpful?