FamilyInstance.HandOrientation Property

FamilyInstanceHandOrientation Property

Property to get the orientation of family instance hand.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public XYZ HandOrientation { get; }
Public ReadOnly Property HandOrientation As XYZ
	Get
public:
property XYZ^ HandOrientation {
	XYZ^ get ();
}
member HandOrientation : XYZ with get

Property Value

XYZ
See Also