Library | File

Class pfcXToolkitDrawingCreateErrors

# include <pfcExceptions.h>

class pfcXToolkitDrawingCreateErrors
 : public virtual pfcXToolkitError
{
    xdeclare(pfcXToolkitDrawingCreateErrors)
    ...
};
This is a COMPACT class.



Description

This exception is thrown when there is an error of type PRO_TK_DWGCREATE_ERRORS in a Creo Parametric TOOLKIT function.
See Also:
pfcBaseSession::CreateDrawingFromTemplate(xrstring, xrstring, pfcModelDescriptor_ptr, pfcDrawingCreateOptions_ptr)
Manual References:
Overview of Creo Object TOOLKIT C++: Exception Handling, Drawings: Drawing Creation Errors



Method Summary

pfcDrawing_ptrGetCreatedDrawing ()
 
pfcDrawingCreateErrors_ptrGetErrors ()
voidSetErrors (pfcDrawingCreateErrors_ptr value)
The array of drawing creation errors.


Methods Inherited from Class pfcXPFC:

GetMessage


Methods Inherited from Class pfcXInAMethod:

GetMethodName


Methods Inherited from Class pfcXToolkitError:

GetToolkitFunctionName, GetErrorCode



Method Detail

pfcDrawing_ptrGetCreatedDrawing ()

 




pfcDrawingCreateErrors_ptrGetErrors ()
voidSetErrors (pfcDrawingCreateErrors_ptr value)

The array of drawing creation errors.
Manual References:
Drawings: Drawing Creation Errors, Drawings: Drawing Creation Errors