Share

LineSegment2d Class

Description

This .NET class wraps the AcGeLineSeg2d ObjectARX class. It represents a bounded line segment in 2D space.

Class Hierarchy

Autodesk.AutoCAD.Geometry.Entity2d
    Autodesk.AutoCAD.Geometry.Curve2d
        Autodesk.AutoCAD.Geometry.LinearEntity2d
            Autodesk.AutoCAD.Geometry.LineSegment2d

Visual Basic

Public sealed Class LineSegment2d
Inherits LinearEntity2d

C#

public sealed class LineSegment2d : LinearEntity2d;

Links

LineSegment2d Constructor, LineSegment2d Methods, LineSegment2d Properties

Was this information helpful?