AnalysisDisplayColoredSurfaceSettings
Description:
Contains colored surface settings for analysis display style element.
Contains colored surface settings for analysis display style element.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayColoredSurfaceSettings
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayColoredSurfaceSettings
public class AnalysisDisplayColoredSurfaceSettings : IDisposable
AnalysisDisplayColoredSurfaceSettings coloredSurfaceSettings = new AnalysisDisplayColoredSurfaceSettings();
coloredSurfaceSettings.ShowGridLines = true;
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AnalysisDisplayColoredSurfaceSettings() | None | Constructs a default instance of colored surface settings. | |
| AnalysisDisplayColoredSurfaceSettings(AnalysisDisplayColoredSurfaceSettings) | None | Constructs a new copy of the input AnalysisDisplayColoredSurfaceSettings object. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the AnalysisDisplayColoredSurfaceSettings | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsEqual(AnalysisDisplayColoredSurfaceSettings) | Boolean | Compares two colored surface settings objects. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GridColor | Color | Color of grid lines. | |
| GridLineWeight | int | Line weight of grid lines. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| ShowContourLines | bool | If true, show contour lines in the analysis display. | |
| ShowGridLines | bool | If true, show grid lines in the analysis display. | |
| Transparency | int | Transparency percentage of colored surface |