AcDbLine::AcDbLine

AcDbLine(
    const AcGePoint3d& start, 
    const AcGePoint3d& end
);
Parameters
Parameters 
Description 
const AcGePoint3d& start 
Input line start point (WCS coordinates) 
const AcGePoint3d& end 
Input line end point (WCS coordinates) 
Description

This constructor initializes the line object to use start as the start point, and end as the endpoint. Both points must be in WCS coordinates. 

 

Links