FamilyInstanceCanRotate Property |
Property to test whether the family instance can be rotated by 180 degrees.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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