Add ascii grid layer

1886
1
12-23-2012 11:48 PM
JohanAnsink
New Contributor
Hello,

Is it possible to add a new layer from a local ascii grid file?
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
Hello,

Is it possible to add a new layer from a local ascii grid file?


You can develop a custom layer inheriting from GraphicsLayer. Your custom layer might read and decode your ascii file to create the corresponding graphics.
0 Kudos