Revit 2026 API
Cloud |
Creates an XYZ object from this point cloud.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static implicit operator XYZ ( CloudPoint cp )
Public Shared Widening Operator CType ( cp As CloudPoint ) As XYZ
static implicit operator XYZ^ ( CloudPoint cp )
Parameters
- cp CloudPoint
Return Value
XYZSee Also