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 |
|---|---|
| Unknown | Initial state. Loading of the Point Cloud hasn't been attempted. |
| NotFound | File-based Point Cloud cannot be located and hence can't be loaded. |
| FoundOK | File-based Point Cloud has been located and can be loaded. |