Revit 2025.3 API
Point |
Constructs color settings object from given colors.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public PointCloudColorSettings( Color color1, Color color2 )
Public Sub New ( color1 As Color, color2 As Color )
public: PointCloudColorSettings( Color^ color1, Color^ color2 )
new : color1 : Color * color2 : Color -> PointCloudColorSettings
Parameters

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also