PointCloudFoundStatus Enumeration

Enumerated type representing the possible states related to searching for a point cloud file.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum PointCloudFoundStatus
Members
Member nameValueDescription
Unknown0 Initial state. Loading of the Point Cloud hasn't been attempted.
NotFound1 File-based Point Cloud cannot be located and hence can't be loaded.
FoundOK2 File-based Point Cloud has been located and can be loaded.
Invalid3 File-based Point Cloud is not valid and hence can't be loaded.
See Also