Revit 2026 API
Transform |
Creates the identity transformation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static Transform2D CreateIdentity()
Public Shared Function CreateIdentity As Transform2D
public: static Transform2D^ CreateIdentity()
static member CreateIdentity : unit -> Transform2D
Return Value
Transform2DThe identity transformation.

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