2027 Enumeration
Changes 5
E

PointCloudFoundStatus

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