TransformModel Method
Transforms all surfaces in the model according to the document's active ground plane, shared coordinates and true north.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:  2012

Syntax

C#
public void TransformModel()
Visual Basic
Public Sub TransformModel
Visual C++
public:
void TransformModel()

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..InvalidOperationException This operation failed.

See Also