The PointCloud class. This class wraps AutoCAD's AcDbPointCloud entity. PointClouds are objects that can contain very large numbers of points.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Entity
Autodesk.Civil.DatabaseServicesPointCloud
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class PointCloud : Entity
VB
Public NotInheritable Class PointCloud Inherits Entity
C++
public ref class PointCloud sealed : public Entity