| Revit Preview Release API |
| PointCloudType..::..ColorEncoding Property |
| PointCloudType Class See Also |
The color encoding used by points extracted from instances of this point cloud.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2012
Syntax
| C# |
|---|
public PointCloudColorEncoding ColorEncoding { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ColorEncoding As PointCloudColorEncoding Get |
| Visual C++ |
|---|
public: property PointCloudColorEncoding ColorEncoding { PointCloudColorEncoding get (); } |