Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
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:

C#
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:
C#
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 23-Aug-11 16:12pm
v2

1 solution

If you got this code from one of the articles here in CP, you may want to post it its forum section. The author is always the best person to ask about his code.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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