| Revit 2022.1 API |
| PointCloudFoundStatus Enumeration |
| See Also |
Enumerated type representing the possible states related to searching for a point cloud file.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public enum PointCloudFoundStatus |
| Visual Basic |
|---|
Public Enumeration PointCloudFoundStatus |
| Visual C++ |
|---|
public enum class PointCloudFoundStatus |
Members
| Member 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. |