C++
enum PropState { kNone = -1, kSome = 0, kAll = 1 };
File
AcDbPointCloudDefEx.h
Members
Members | Description |
---|---|
kNone | No scan in the point cloud has the property. |
kSome | Some scans in the point cloud have the property, but some do not. |
kAll | All scans in the point cloud have the property. |
Description
This enumeration defines the current state of supported properties in the point cloud data.