The point cloud
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic PointCloud PointCloud { get; }Public ReadOnly Property PointCloud As PointCloud
	Get
public:
property PointCloud^ PointCloud {
	PointCloud^ get ();
}Property Value
Type: 
PointCloud
Remarks
If the point cloud is not yet available because the capture is still in-progress, then this method
will block until the point cloud is available.
See Also