PointCloudPropertyState Enumeration
|
This enumeration defines the property state
indicators.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum PointCloudPropertyState
Public Enumeration PointCloudPropertyState
public enum class PointCloudPropertyState
type PointCloudPropertyState
Members
Member name |
Value |
Description |
Some |
0 |
Some scans in the point cloud have the property, but not all of
them. |
All |
1 |
All scans in the point cloud have the property. |
None |
-1 |
No scan in the point cloud has the property. |
See Also