The PointCloudClassificationInfo class.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServices.StylesPointCloudClassificationInfo
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class PointCloudClassificationInfo : IDisposable
VB
Public Class PointCloudClassificationInfo Implements IDisposable
C++
public ref class PointCloudClassificationInfo : IDisposable
The PointCloudClassificationInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Color | Gets or sets the color to assign to the selected LiDAR point class. | |
| LayerId | Gets or sets the layer by objectId for selected LiDAR point class. | |
| Selected | Gets or sets the value to point out whether the LiDAR point class is selected. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PointCloudClassificationInfo |
