Flips the ends of the structural framing element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static void FlipEnds( FamilyInstance familyInstance )
Parameters
- familyInstance FamilyInstance
- The FamilyInstance, which must be of a structural framing category, non-concrete.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The input familyInstance is concrete or is not a line, arc or ellipse element. |
ArgumentNullException | A non-optional argument was null |
ArgumentsInconsistentException | The input familyInstance is not of a structural framing category. |