Revit 2018 API |
StructuralFramingUtils..::..CanFlipEnds Method |
StructuralFramingUtils Class See Also |
Determines if the ends of the given framing element can be flipped.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2015 Subscription Update
Syntax
C# |
---|
public static bool CanFlipEnds( FamilyInstance familyInstance ) |
Visual Basic |
---|
Public Shared Function CanFlipEnds ( _ familyInstance As FamilyInstance _ ) As Boolean |
Visual C++ |
---|
public: static bool CanFlipEnds( FamilyInstance^ familyInstance ) |
Parameters
- familyInstance
- Type: Autodesk.Revit.DB..::..FamilyInstance
The FamilyInstance, which must be of a structural framing category, non-concrete.
Return Value
True for non-concrete line, arc or ellipse framing element, false otherwise.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |