Share

AnalyticalCurveSelector Enumeration

Specifies which portion of an Analytical Curve is of interest.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum AnalyticalCurveSelector

Members

Member nameValueDescription
EndPoint1 End of curve (corresponds to end = 1).
StartPoint0 Start of curve (corresponds to end = 0).
WholeCurve2 Entire curve.

See Also

Reference

Was this information helpful?