Revit 2026 API
IPoint |
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: 26.0.4.0 (26.0.4.0)
Syntax
double GetUnitsToFeetConversionFactor()
Function GetUnitsToFeetConversionFactor As Double
double GetUnitsToFeetConversionFactor()
abstract GetUnitsToFeetConversionFactor : unit -> float
Return Value
DoubleThe multiplication factor to convert coordinates of points in this cloud to feet.
See Also