RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Transform

Transform.OfPoint

Method
Description:
Applies the transformation to the point and returns the result.
Remarks:
Transformation of a point is affected by the translational part of the transformation.
Syntax
public XYZ OfPoint(
	XYZ point
)
Parameters
Parameter Type Description
point XYZ The point to transform.
Return Value
Type Description
XYZ The transformed point.