AddLine
Description
This method adds the LINE entity.
| Parameter | Type | Description |
|---|---|---|
Data | TdxfExportData | The instance of the TdxfExportData type is a parameter of the AddLine procedure. The start and the end points coordinates are passed in by two fields of the TdxfExportData type instance: Point and Point1. |
Syntax
procedure AddLine(const Data: TdxfExportData);