| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ String | GetObjectName
()
Get method for attribute "ObjectName" The object name related to the error. If null, there is no object name associated with this error. |
| int | GetSheetNumber
()
Get method for attribute "SheetNumber" The sheet number where the error occurred. |
| DrawingCreateErrorType | GetType
()
Get method for attribute "Type" The type of error encountered. |
| /*optional*/ View2D | GetView
()
Get method for attribute "View" The drawing view where the error occurred. If null, there is no drawing view associated with this error. |
| String | GetViewName
()
Get method for attribute "ViewName" The name of the drawing view where the error occurred. |
| void | SetObjectName
(
/*optional*/
String value)
Set method for attribute "ObjectName" The object name related to the error. If null, there is no object name associated with this error. |
| void | SetSheetNumber
(int value)
Set method for attribute "SheetNumber" The sheet number where the error occurred. |
| void | SetType
(DrawingCreateErrorType value)
Set method for attribute "Type" The type of error encountered. |
| void | SetView
(
/*optional*/
View2D value)
Set method for attribute "View" The drawing view where the error occurred. If null, there is no drawing view associated with this error. |
| void | SetViewName
(String value)
Set method for attribute "ViewName" The name of the drawing view where the error occurred. |
| Method Detail |
|---|
| GetType/SetType |
|---|
| DrawingCreateErrorType | GetType | () |
| void | SetType | (DrawingCreateErrorType value) |
The type of error encountered.
|
| GetViewName/SetViewName |
|---|
| String | GetViewName | () |
| void | SetViewName | (String value) |
The name of the drawing view where the error occurred.
|
| GetSheetNumber/SetSheetNumber |
|---|
| int | GetSheetNumber | () |
| void | SetSheetNumber | (int value) |
The sheet number where the error occurred.
|
| GetObjectName/SetObjectName |
|---|
| /*optional*/ String | GetObjectName | () |
| void | SetObjectName | ( /*optional*/ String value) |
The object name related to the error. If null, there is no object name associated with this error.
|
| GetView/SetView |
|---|
| /*optional*/ View2D | GetView | () |
| void | SetView | ( /*optional*/ View2D value) |
The drawing view where the error occurred. If null, there is no drawing view associated with this error.
|