Library | File

Class pfcDrawingCreateError

# include <pfcExceptions.h>

class pfcDrawingCreateError
 : public virtual xobject
{
    xdeclare(pfcDrawingCreateError)
    ...
};
This is a COMPACT class.



Description

This interface contains an error encountered when creating a drawing from a template.
See Also:
pfcXToolkitDrawingCreateErrors, pfcBaseSession::CreateDrawingFromTemplate(xrstring, xrstring, pfcModelDescriptor_ptr, pfcDrawingCreateOptions_ptr)



Method Summary

optional xstringGetObjectName ()
voidSetObjectName (optional xrstring value)
The object name related to the error. If null, there is no object name associated with this error.
xintGetSheetNumber ()
voidSetSheetNumber (xint value)
The sheet number where the error occurred.
pfcDrawingCreateErrorTypeGetType ()
voidSetType (pfcDrawingCreateErrorType value)
The type of error encountered.
optional pfcView2D_ptrGetView ()
voidSetView (optional pfcView2D_ptr value)
The drawing view where the error occurred. If null, there is no drawing view associated with this error.
xstringGetViewName ()
voidSetViewName (xrstring value)
The name of the drawing view where the error occurred.



Method Detail

pfcDrawingCreateErrorTypeGetType ()
voidSetType (pfcDrawingCreateErrorType value)

The type of error encountered.
Manual References:
Drawings: Drawing Creation Errors




xstringGetViewName ()
voidSetViewName (xrstring value)

The name of the drawing view where the error occurred.
Manual References:
Drawings: Drawing Creation Errors




xintGetSheetNumber ()
voidSetSheetNumber (xint value)

The sheet number where the error occurred.
Manual References:
Drawings: Drawing Creation Errors




optional xstringGetObjectName ()
voidSetObjectName (optional xrstring value)

The object name related to the error. If null, there is no object name associated with this error.
Manual References:
Drawings: Drawing Creation Errors




optional pfcView2D_ptrGetView ()
voidSetView (optional pfcView2D_ptr value)

The drawing view where the error occurred. If null, there is no drawing view associated with this error.
Manual References:
Drawings: Drawing Creation Errors