AnalyticalCurveSelector Enumeration

Specifies which portion of an Analytical Curve is of interest.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum AnalyticalCurveSelector
Members
Member nameValueDescription
StartPoint0 Start of curve (corresponds to end = 0).
EndPoint1 End of curve (corresponds to end = 1).
WholeCurve2 Entire curve.
See Also