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

Form.RotateProfile

Method
Description:
Rotate a profile of the form, by a specified angle around a given axis.
Syntax
public void RotateProfile(
	int profileIndex,
	Line axis,
	double angle
)
Parameters
Parameter Type Description
profileIndex Int32 Index to specify the profile.
axis Line An unbounded line that represents the axis of rotation.
angle Double The angle, in radians, by which the element is to be rotated around the specified axis.
Return Value