Share

Transform.CreateReflection Method

Creates a transform that represents a reflection across the given plane.


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

Syntax

C#

public static Transform CreateReflection(
	Plane plane
)

Parameters

plane  Plane
The plane.

Return Value

Transform
The new transform.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was NULL

See Also

Reference

Was this information helpful?