Revit 2025 API
Point |
Check if the contents of two settings are equal.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsEqual( PointCloudColorSettings other )
Public Function IsEqual ( other As PointCloudColorSettings ) As Boolean
public: bool IsEqual( PointCloudColorSettings^ other )
member IsEqual : other : PointCloudColorSettings -> bool
Parameters
- other PointCloudColorSettings
- The settings to be compared.
Return Value
BooleanTrue for equal, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also