PointCloudClassificationInfo Class

The PointCloudClassificationInfo class.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesPointCloudClassificationInfo

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class PointCloudClassificationInfo : IDisposable

The PointCloudClassificationInfo type exposes the following members.

Properties
 NameDescription
Public propertyColor Gets or sets the color to assign to the selected LiDAR point class.
Public propertyLayerId Gets or sets the layer by objectId for selected LiDAR point class.
Public propertySelected Gets or sets the value to point out whether the LiDAR point class is selected.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the PointCloudClassificationInfo
Top
Remarks
This Class should be set to PointCloudStyle::ClassificationInfos by index when PointCloudPointStyle::PointsColorScheme is applied to Classification.
See Also