LineSegment2d Class

Visual Basic
Public sealed Class LineSegment2d
Inherits LinearEntity2d
C#
public sealed class LineSegment2d : LinearEntity2d;
Description

 

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

Links