Share

PointCloudOverrideSettings.IsEqual Method

Checks if the contents of two settings are equal.


Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsEqual(
	PointCloudOverrideSettings other
)

Parameters

other  PointCloudOverrideSettings
The settings to be compared.

Return Value

Boolean
True for equal, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?