For a spiral, the number of finishing turns at the upper end of the spiral.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2009
Syntax
C# |
---|
[ObsoleteAttribute("This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the GetShapeDrivenAccessor().TopFinishingTurns property instead.")]
public int TopFinishingTurns { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the GetShapeDrivenAccessor().TopFinishingTurns property instead.")> _
Public Property TopFinishingTurns As Integer
Get
Set |
Visual C++ |
---|
[ObsoleteAttribute(L"This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the GetShapeDrivenAccessor().TopFinishingTurns property instead.")]
public:
property int TopFinishingTurns {
int get ();
void set (int value);
} |
Remarks
Exceptions
See Also