![]() |
API Reference
|
Class to handle Sketch errors. More...
Public Member Functions | |
| void | Dispose () |
Properties | |
| ErrorCategory | Category [get] |
| Returns the type of information returned by the Info method. There are currently three types of error information that can be returned depending on the nature of the error: 1-file name; 2-HVAC object name; 3-Model object name (see ErrorCategory enumerated type). | |
| string | Info [get] |
| Returns further information associated with the error. The type of information returned is indicated by the Category method. There are currently three types of error information that can be returned depending on the nature of the error: 1-file name; 2-HVAC object name; 3-Model object name (see ErrorCategory enumerated type). | |
| int | Code [get] |
| Deprecated. | |
| int | StringIndex [get] |
| Returns the index of the error string in the external string array. | |
Class to handle Sketch errors.