AnalysisDisplayDiagramSettings
Description:
Contains diagram settings for analysis display style element.
Contains diagram settings for analysis display style element.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayDiagramSettings
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayDiagramSettings
public class AnalysisDisplayDiagramSettings : IDisposable
| Name | Return Type | Description |
|---|---|---|
| AnalysisDisplayDiagramSettings() | None | Constructs a default instance of diagram settings. |
| AnalysisDisplayDiagramSettings(AnalysisDisplayDiagramSettings) | None | Constructs a new copy of the input AnalysisDisplayDiagramSettings object. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| IsEqual(AnalysisDisplayDiagramSettings) | bool | Compares two diagram settings objects. |
| Name | Return Type | Description |
|---|---|---|
| FenceType | AnalysisDisplayStyleDiagramFenceType | Type of diagram fence visualization. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| OutlineColor | Color | Color of outline and fence lines in the diagram. |
| OutlineLineWeight | int | Line weight of outline and fence lines in the diagram. |
| Rounding | double | Increment to which numeric values of analysis results are rounded in diagram. |
| TextLabelType | AnalysisDisplayStyleDiagramTextLabelType | Type of diagram text label visualization. |
| TextTypeId | ElementId | Element id of text associated with the settings. |
| Transparency | int | Transparency percentage of diagram color fill |