Specifies which portion of an Analytical Curve is of interest.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public enum AnalyticalCurveSelector |
| Visual Basic |
|---|
Public Enumeration AnalyticalCurveSelector |
| Visual C++ |
|---|
public enum class AnalyticalCurveSelector |
Members
| Member name | Description |
|---|---|
| StartPoint | Start of curve (corresponds to end = 0). |
| EndPoint | End of curve (corresponds to end = 1). |
| WholeCurve | Entire curve. |