Validates if the part is a straight.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2017 Subscription Update
Syntax
| C# |
|---|
[ObsoleteAttribute("This method is deprecated in Revit 2019 and will be removed in the next version of Revit. Use 'IsAStraight()' instead.")]
public bool IsStraightSegment(
Document document,
ElementId partId
) |
| Visual Basic |
|---|
<ObsoleteAttribute("This method is deprecated in Revit 2019 and will be removed in the next version of Revit. Use 'IsAStraight()' instead.")> _
Public Function IsStraightSegment ( _
document As Document, _
partId As ElementId _
) As Boolean |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method is deprecated in Revit 2019 and will be removed in the next version of Revit. Use 'IsAStraight()' instead.")]
public:
bool IsStraightSegment(
Document^ document,
ElementId^ partId
) |
Return Value
Returns true if the part is a straight false otherwise.
Exceptions
See Also