<Code Lib>
2024 Class
Changes 0
C

CurveExtents

Description:
Represents the start and end parameters for a curve segment.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.CurveExtents

public class CurveExtents : IDisposable

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P EndParameter double The end parameter of the curve extents.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P StartParameter double The start parameter of the curve extents.

Loading…