RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Profile

Profile.Transformed

Property
Description:
Transforms this profile and returns the result.
Remarks:
Transforms all the curves that define the boundary of this profile.
Syntax
public Profile this[
	Transform transform
] { get; }
Parameters
Parameter Type Description
transform Transform The transformation used to transform the profile.
Return Value
Type Description
Profile The transformed profile.
Exceptions
Exception Condition
ArgumentNullException Thrown when the handle of the specified transformation is.
InvalidOperationException Thrown when failed to transform a curve in the profile.