FamilyInstance.flipHand Method

FamilyInstanceflipHand Method

The orientation of family instance hand will be flipped. If it can not be flipped, return false, otherwise return true.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool flipHand()
Public Function flipHand As Boolean
public:
bool flipHand()
member flipHand : unit -> bool 

Return Value

Boolean
See Also