Share

PointCloudOverrideSettings.GetModeOverride Method

Lookup 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 PointCloudColorSettings GetModeOverride(
	PointCloudColorMode mode
)

Parameters

mode  PointCloudColorMode
Color mode for which to lookup the color settings.

Return Value

PointCloudColorSettings
Color settings stored for the given color mode or default color settings if nothing is stored for the given color mode.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?