Adds a new linetype (LTYPE entity) to LTYPE table.
procedure AddLType(const Name: String; const Parts: array of Single);
Description
Call AddLType procedure to add new line with defined pattern. The Name parameter contains the line name.
The Parts parameter contains information about pattern: dash, dot or space length (one entry per element of Parts array). Dash is defined as positive number, dot – as zero, space – as negative number.
Go to CAD VCL Enterprise