IPointCloudAccessGetUnitsToFeetConversionFactor Method

Implement this method to return the conversion factor from the units of the point cloud to feet.

Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
double GetUnitsToFeetConversionFactor()

Return Value

Double
The multiplication factor to convert coordinates of points in this cloud to feet.
See Also