Share

Profile.Transformed Property

Transforms this profile and returns the result.


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

Syntax

C#

public Profile this[
	Transform transform
] { get; }

Parameters

transform  Transform
The transformation used to transform the profile.

Return Value

Profile
The transformed profile.

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the handle of the specified transformation is null.
InvalidOperationException Thrown when failed to transform a curve in the profile.

Remarks

Transforms all the curves that define the boundary of this profile.

See Also

Reference

Was this information helpful?