PointCloudColorSettings(PointCloudColorMode) Constructor

Constructs color settings object with default color for given color mode.

Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public PointCloudColorSettings(
	PointCloudColorMode mode
)

Parameters

mode  PointCloudColorMode
 
Exceptions
ExceptionCondition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
See Also