Transform2D.SetToIdentity Method

Transform2DSetToIdentity Method

Set this TrfUV to the identity transform.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Transform2D SetToIdentity()
Public Function SetToIdentity As Transform2D
public:
Transform2D^ SetToIdentity()
member SetToIdentity : unit -> Transform2D 

Return Value

Transform2D
Returns a pointer to "this" Transform2D.
See Also