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: 26.0.4.0 (26.0.4.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