<Code Lib>
2022 Class
Changes 0
C

AnalysisDisplayColoredSurfaceSettings

Description:
Contains colored surface settings for analysis display style element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.AnalysisDisplayColoredSurfaceSettings

public class AnalysisDisplayColoredSurfaceSettings : IDisposable

AnalysisDisplayColoredSurfaceSettings coloredSurfaceSettings = new AnalysisDisplayColoredSurfaceSettings();
coloredSurfaceSettings.ShowGridLines = true;

Name Return Type Description
C AnalysisDisplayColoredSurfaceSettings() AnalysisDisplayColoredSurfaceSettings Constructs a default instance of colored surface settings.
C AnalysisDisplayColoredSurfaceSettings(AnalysisDisplayColoredSurfaceSettings) AnalysisDisplayColoredSurfaceSettings Constructs a new copy of the input AnalysisDisplayColoredSurfaceSettings object.

Name Return Type Description
M Dispose() None Releases all resources used by the
M IsEqual(AnalysisDisplayColoredSurfaceSettings) bool Compares two colored surface settings objects.

Name Return Type Description
P GridColor Color Color of grid lines.
P GridLineWeight int Line weight of grid lines.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P ShowContourLines bool If true, show contour lines in the analysis display.
P ShowGridLines bool If true, show grid lines in the analysis display.
P Transparency int Transparency percentage of colored surface

Loading…