Revit 2025.3 API
Point |
Constructs color settings object with default color for given color mode.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public PointCloudColorSettings( PointCloudColorMode mode )
Public Sub New ( mode As PointCloudColorMode )
public: PointCloudColorSettings( PointCloudColorMode mode )
new : mode : PointCloudColorMode -> PointCloudColorSettings
Parameters
- mode PointCloudColorMode
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
See Also