The DataCAD Developer Network (DDN) is an online resource for information and support for DCAL® (DataCAD Applications Language) developers as well as anyone interested in creating fonts, toolbars, hatch patterns, or linetypes for use in DataCAD.
#66014 by Mark F. Madura
Tue Mar 03, 2015 10:50 am
Added to DataCAD 16.03.00:

PROCEDURE ExportAutoCADFile (acadfname: string; vernum, lyrmodenum: aSInt); BUILTIN 652;

Where:
1. "acadfname" is the fully qualified name of the DWG file to create.
2. vernum is the DWG version to create (18=AC2004, 21=AC2007, etc.).
3. lyrmodenum should be passed as either Lyr_On or Lyr_All.

FUNCTION LoadLinetype (name : string) : integer; BUILTIN 653;

PROCEDURE do_ChangePlotScale (NewScale : integer); BUILTIN 654;


Added to DataCAD 16.04.00:

PROCEDURE GetLicenseID (LiceseID : IN OUT string); BUILTIN 655;

PROCEDURE SortLayersByName; BUILTIN 656;


Added to DataCAD 17.01.00:

FUNCTION Contour_Search (cursor : IN point; Boundary : IN OUT pntarr) : integer; BUILTIN 657;

FUNCTION Contour_Offset (cursor : IN point; Offset_Dis : IN real; color : IN integer; pln : IN OUT entity) : boolean; BUILTIN 658;


Added to DataCAD 17.02.00:

PROCEDURE SetPenStyle (PenStyleName : string); BUILTIN 659;

PROCEDURE SetPenSpacing (PenSpacing : IN real); BUILTIN 660;

PROCEDURE Ent_SetPenStyle (PenStyleName : string; Ent : IN OUT entity); BUILTIN 661;

PROCEDURE Ent_SetPenSpacing (PenSpacing : IN real; Ent : IN OUT entity); BUILTIN 662;

Who is online

Users browsing this forum: No registered users and 6 guests

About DataCAD Forum

The DataCAD Forum is a FREE online community we provide to enhance your experience with DataCAD.

We hope you'll visit often to get answers, share ideas, and interact with other DataCAD users around the world.

DataCAD

Software for Architects Since 1984