Revit 2026 API
Analysis |
Compares two colored surface settings objects.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsEqual( AnalysisDisplayColoredSurfaceSettings other )
Public Function IsEqual ( other As AnalysisDisplayColoredSurfaceSettings ) As Boolean
public: bool IsEqual( AnalysisDisplayColoredSurfaceSettings^ other )
member IsEqual : other : AnalysisDisplayColoredSurfaceSettings -> bool
Parameters
- other AnalysisDisplayColoredSurfaceSettings
- Colored surface settings object to compare with.
Return Value
BooleanTrue if objects are equal, false otherwise.
See Also