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

Form.RotateSubElement

Method
Description:
Rotate a face/edge/curve/vertex of the form, by a specified angle around a given axis.
Syntax
public void RotateSubElement(
	Reference subElementReference,
	Line axis,
	double angle
)
Parameters
Parameter Type Description
subElementReference Reference The geometry reference of face/edge/curve/vertex
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