Share

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.280

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

 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.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the PointCloudClassificationInfo

Remarks

This Class should be set to PointCloudStyle::ClassificationInfos by index when PointCloudPointStyle::PointsColorScheme is applied to Classification.

See Also

Reference

Was this information helpful?