PointCloudOverrideSettingsVisible Property

Visibility flag for point cloud scans.

Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool Visible { get; set; }

Property Value

Boolean
Remarks
This flag is used only for visibility of point cloud scans because the visibility of the whole point cloud element is managed as for other elements hidden in the view.
See Also