Library | Module

Class pfcDrawingCreateError



Description

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



Property Summary

/* optional */ stringObjectName
The object name related to the error. If null, there is no object name associated with this error.
numberSheetNumber
The sheet number where the error occurred.
pfcDrawingCreateErrorTypeType
The type of error encountered.
/* optional */ pfcView2DView
The drawing view where the error occurred. If null, there is no drawing view associated with this error.
stringViewName
The name of the drawing view where the error occurred.



Property Detail


/* optional */ stringObjectName

The object name related to the error. If null, there is no object name associated with this error.




numberSheetNumber

The sheet number where the error occurred.




pfcDrawingCreateErrorTypeType

The type of error encountered.




/* optional */ pfcView2DView

The drawing view where the error occurred. If null, there is no drawing view associated with this error.




stringViewName

The name of the drawing view where the error occurred.