The PointCloud class. This class wraps AutoCAD's AcDbPointCloud entity. PointClouds are objects that can contain very large numbers of points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public sealed class PointCloud : EntityVisual Basic
Public NotInheritable Class PointCloud _
Inherits EntityVisual C++
public ref class PointCloud sealed : public EntityRemarks
The PointCloud managed database object will most likely be implemented
in acad at some point in the future. At that time, the Civil wrapper for
it will be removed.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Entity
Autodesk.Civil.DatabaseServices.PointCloud
System.MarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Entity
Autodesk.Civil.DatabaseServices.PointCloud