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

Transform1D.OfPoint

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