Reading from a text
-
-
Hi all, I am working on DXF formats in c#.NET in windows applications.i was struck with reading data from dxf formats i.e.,importing data.how to import the data according to the requirement of the values....Plz help me ASAP. advance in thanks, cnr.
1. Search the net for a specification of the dxf format to learn how data are organized. 2. Choose an appropriate reader (binary, text, xml, ..) according to the way data are stored in dxf format. 3. Finally read the data with the chosen reader in a way the dxf format specification implies.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook