AnalysisDisplayColoredSurfaceSettings
Contains colored surface settings for analysis display style element.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayColoredSurfaceSettings
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class AnalysisDisplayColoredSurfaceSettings : IDisposable
The AnalysisDisplayColoredSurfaceSettings type exposes the following members.
Constructors
Name
Description
Public Method
AnalysisDisplayColoredSurfaceSettings.
Constructs a default instance of colored surface settings.
Public Method
AnalysisDisplayColoredSurfaceSettings(AnalysisDisplayColoredSurfaceSettings)
Constructs a new copy of the input AnalysisDisplayColoredSurfaceSettings object.
Properties
Name
Description
Public Property
GridColor
Color of grid lines.
Public Property
GridLineWeight
Line weight of grid lines.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
ShowContourLines
If true, show contour lines in the analysis display.
Public Property
ShowGridLines
If true, show grid lines in the analysis display.
Public Property
Transparency
Transparency percentage of colored surface
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the AnalysisDisplayColoredSurfaceSettings
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
IsEqual
Compares two colored surface settings objects.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)
Example
AnalysisDisplayColoredSurfaceSettings coloredSurfaceSettings = new AnalysisDisplayColoredSurfaceSettings();coloredSurfaceSettings.ShowGridLines = true;