StructuralFramingUtilsFlipEnds Method |
Flips the ends of the structural framing element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static void FlipEnds(
FamilyInstance familyInstance
)
Public Shared Sub FlipEnds (
familyInstance As FamilyInstance
)
public:
static void FlipEnds(
FamilyInstance^ familyInstance
)
static member FlipEnds :
familyInstance : FamilyInstance -> unit
Parameters
- familyInstance FamilyInstance
-
The FamilyInstance, which must be of a structural framing category, non-concrete.
Exceptions
Remarks
Only ends of non-concrete structural framing element like beam and brace can be flipped and only in case if it is a line, arc or ellipse element.
See Also