The PointCloud class. This class wraps AutoCAD's AcDbPointCloud entity.
PointClouds are objects that can contain very large numbers of points.
Inheritance HierarchySystemObject
SystemMarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Entity
Autodesk.Civil.DatabaseServicesPointCloud
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic sealed class PointCloud : Entity
Public NotInheritable Class PointCloud
Inherits Entity
public ref class PointCloud sealed : public Entity
Remarks
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.
See Also