CurveExtents
Description:
Represents the start and end parameters for a curve segment.
Represents the start and end parameters for a curve segment.
public class CurveExtents : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| EndParameter | double | The end parameter of the curve extents. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| StartParameter | double | The start parameter of the curve extents. |