API Documentation > Interface Classes > Class pfcDrawingCreateError
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:
Method Summary
void
The object name related to the error. If null, there is no object name associated with this error.
void
The sheet number where the error occurred.
void
The type of error encountered.
void
The drawing view where the error occurred. If null, there is no drawing view associated with this error.
void
The name of the drawing view where the error occurred.
Method Detail
The type of error encountered.
Manual References:
GetViewName
()
void
SetViewName
(xrstring value)
The name of the drawing view where the error occurred.
Manual References:
GetSheetNumber
()
void
SetSheetNumber
(xint value)
The sheet number where the error occurred.
Manual References:
GetObjectName
()
void
SetObjectName
(optional xrstring value)
The object name related to the error. If null, there is no object name associated with this error.
Manual References:
GetView
()
void
SetView
The drawing view where the error occurred. If null, there is no drawing view associated with this error.
Manual References:
Was this helpful?