Revit 2026 API
Point |
The color encodings supported by Revit point clouds.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
| Member name | Value | Description |
|---|---|---|
| ABGR | 1 | The point cloud uses colors arranged in ABGR format (common in Windows). |
| ARGB | 0 | The point cloud uses colors arranged in ARGB format. |
See Also