PointCloudTypeFoundStatus Property |
Shows whether the Point Cloud external file could be found.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic PointCloudFoundStatus FoundStatus { get; }
Public ReadOnly Property FoundStatus As PointCloudFoundStatus
Get
public:
property PointCloudFoundStatus FoundStatus {
PointCloudFoundStatus get ();
}
member FoundStatus : PointCloudFoundStatus with get
Property Value
PointCloudFoundStatus
See Also