Click or drag to resize

PointCloudItemHidden Property

Gets or sets the hidden flag of this point cloud item. If this point cloud item does not have a hidden flag, false is returned.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Hidden { get; set; }

Property Value

Type: Boolean
See Also