AnalysisModelIssue Class |
Analysis model issue (error, warning, information)
Inheritance Hierarchy
Namespace: Tekla.Structures.Analysis
Assembly: Tekla.Structures.Analysis (in Tekla.Structures.Analysis.dll) Version: 2023.0.3
Syntax
The AnalysisModelIssue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnalysisModelIssue | Initializes a new instance of the AnalysisModelIssue class |
Properties
Name | Description | |
---|---|---|
AnalysisObjects |
Gets or sets the analysis objects of the issue
| |
Description |
Gets or sets the description of the issue, translated to the current language
| |
Details |
Gets or sets the details of the issue, translated to the current language
| |
ModelObjects |
Gets or sets the model objects of the issue
| |
Positions |
Gets or sets the positions of the issue
| |
Severity |
Gets or sets the issue severity
| |
Type |
Gets or sets the issue type
|
See Also