Click here to Skip to main content
15,913,610 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to read .shp file. By which way I can read ?
Posted
Updated 21-Jan-10 7:17am
v2

use BinaryReader, google it for more info
 
Share this answer
 
In addition to the other post, you can use a binary reader to access the binary info, but you also need to know what the file format you want to read consists of, so you can write code to parse the file and understand what it's content means.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900