Share

Transform2D.CreateIdentity Method

Creates the identity transformation.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static Transform2D CreateIdentity()

Return Value

Transform2D
The identity transformation.

Remarks

The identity transformation does not change a point or a vector that it is applied to.

See Also

Reference

Was this information helpful?