Share

PointCloudOverrideSettings.SetModeOverride Method

Sets color settings for the given color mode.


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

Syntax

C#

public void SetModeOverride(
	PointCloudColorMode mode,
	PointCloudColorSettings colorSettings
)

Parameters

mode  PointCloudColorMode
Color mode for which color settings are set.
colorSettings  PointCloudColorSettings
Color settings to be set for the given color mode.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?