Class pfcDrawingCreateError
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 | |
The name of the drawing view where the error occurred.
Manual References:
| GetSheetNumber | () |
void | SetSheetNumber | |
The sheet number where the error occurred.
Manual References:
| GetObjectName | () |
void | SetObjectName | |
The object name related to the error. If null, there is no object name associated with this error.
Manual References:
The drawing view where the error occurred. If null, there is no drawing view associated with this error.
Manual References: