FamilyInstance.HandFlipped Property

FamilyInstanceHandFlipped Property

Property to test whether the orientation of family instance hand is flipped.

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

Property Value

Boolean
See Also