Namespace:
Autodesk.Revit.DB.Analysis
AnalysisDisplayColoredSurfaceSettings
Class
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
Examples
AnalysisDisplayColoredSurfaceSettings coloredSurfaceSettings = new AnalysisDisplayColoredSurfaceSettings();
coloredSurfaceSettings.ShowGridLines = true;
AnalysisDisplayColoredSurfaceSettings Class Members:
Name | Description | Inherited From |
---|---|---|
AnalysisDisplayColoredSurfaceSettings() | Constructs a default instance of colored surface settings. | |
AnalysisDisplayColoredSurfaceSettings(AnalysisDisplayColoredSurfaceSettings) | Constructs a new copy of the input AnalysisDisplayColoredSurfaceSettings object. |
Name | Description | Inherited From |
---|---|---|
GridColor | Color of grid lines. | |
GridLineWeight | Line weight of grid lines. | |
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
ShowContourLines | If true, show contour lines in the analysis display. | |
ShowGridLines | If true, show grid lines in the analysis display. | |
Transparency | Transparency percentage of colored surface |
Name | Description | Inherited From |
---|---|---|
Dispose | Releases all resources used by the AnalysisDisplayColoredSurfaceSettings | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
IsEqual | Compares two colored surface settings objects. | |
ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |