Search found 1 match

by elmsst
09 Apr 2004, 17:53
Forum: CAD DLL
Topic: How to pass data to/from a client app
Replies: 1
Views: 13858

How to pass data to/from a client app

Does anybody have an example that shows how to use the parameters to pass data to/from a client during a call to DoDraw from DXFEnum? DXFEnum(DXF, 0, DoDraw, NULL); //Calls the DoDraw function for each DXF entity To be more specific, we are reading in a DXF file, and we have a layer labelled "BOARD"...