FamilyInstance.CanRotate Property

FamilyInstanceCanRotate Property

Property to test whether the family instance can be rotated by 180 degrees.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool CanRotate { get; }
Public ReadOnly Property CanRotate As Boolean
	Get
public:
property bool CanRotate {
	bool get ();
}
member CanRotate : bool with get

Property Value

Boolean
See Also