API Reference
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
DB.Api.Error Class 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.
 

Detailed Description

Class to handle Sketch errors.


The documentation for this class was generated from the following file: