API Reference > OdDbPointCloud Classes > OdDbPointCloudDefEx Class > OdDbPointCloudDefEx Enumerations > OdDbPointCloudDefEx::PropState Enumeration
OdDbPointCloudDefEx::PropState Enumeration
Syntax
C++
enum PropState { kNone = -1, kSome = 0, kAll = 1 };

DbPointCloudDefEx.h

Members 
Description 
kNone = -1 
No scan in the point cloud has the property. 
kSome = 0 
Some scans in the point cloud have the property, but not all of them. 
kAll = 1 
All scans in the point cloud have the property. 

This enumeration defines the property state indicators.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.