Namespace:
Autodesk.Revit.DB.Structure
AnalyticalCurveSelector
Enumeration
Description:
Specifies which portion of an Analytical Curve is of interest.
Specifies which portion of an Analytical Curve is of interest.
Syntax
public enum AnalyticalCurveSelector
Unknown Namespace Members:
Name | Description |
---|---|
StartPoint | Start of curve (corresponds to end = 0). |
EndPoint | End of curve (corresponds to end = 1). |
WholeCurve | Entire curve. |