Click here to Skip to main content
16,012,110 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi everyone I am using C# (visual studio 2010 .netframework 4) and i need to make an application in which the user can import .dwg files and edit some of the attributes such as access the layer and view drawings on windowsform(form1).

Example:
if(drawing layer == "layer1")
   messagebox.show("Current layer is layer1")
else
   this.close();


and how to after adding the project and connect with A* algorithm?
A* algorithm implementation in C#[^]
example:

dwg layer1=wall (identified as a barrier to)
dwg layer2=road (identified as a road to)

How do I define the layers to the project?
Posted
Updated 21-Aug-11 6:43am
v2

1 solution

A google search would have revealed this:

http://www.opendesign.com/[^]
 
Share this answer
 
Comments
mk148a 21-Aug-11 12:51pm    
I looked at them for not using them already, but I ask, is also pretty weak to know the code I'm new to c #

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