PointCloudFoundStatus
Description:
Enumerated type representing the possible states related to searching for a point cloud file.
Enumerated type representing the possible states related to searching for a point cloud file.
public enum PointCloudFoundStatus
| Name | Description |
|---|---|
| FoundOK | File-based Point Cloud has been located and can be loaded. |
| Invalid | File-based Point Cloud is not valid and hence can't be loaded. |
| NotFound | File-based Point Cloud cannot be located and hence can't be loaded. |
| Unknown | Initial state. Loading of the Point Cloud hasn't been attempted. |