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: 26.0.4.0 (26.0.4.0)
Syntax
public enum PointCloudFoundStatus
Members
Member nameValueDescription
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.
NotFound1 File-based Point Cloud cannot be located and hence can't be loaded.
Unknown0 Initial state. Loading of the Point Cloud hasn't been attempted.
See Also