CloudPoint   Conversion (CloudPoint to XYZ)

Creates an XYZ object from this point cloud.

Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static implicit operator XYZ (
	CloudPoint cp
)

Parameters

cp  CloudPoint
 

Return Value

XYZ
See Also