Search the Community
Showing results for tags 'c sharp'.
-
Zooming specific point in DWG file by giving coordinates as parameters
dwijedasa2 posted a topic in .NET, ObjectARX & VBA
Hi, I want to zoom a specific area of my dwg drawing in Autocad. I read the below link since it is necessary for me to use C#. http://docs.autodesk.com/ACD/2013/ENU/index.html?url=files/GUID-B44F15B0-BF4A-48ED-AA86-5445075B94BD... But I would like to know whether there is an ability to pass the coordinates as a parameter which will be provided by the user via a small windows application program Thank you -
Opening an Autocad drawing via a C# windows application
dwijedasa2 posted a topic in AutoCAD Beginners' Area
I am new to Autocad. I have a DWG drawing which include information related to a plan of an area. I am developing a small Windows Application where the user can input a desired city and the application will open the DWG file in a Autocad.exe zooming the area of the given city. I would like to know whether it is possible to open the DWG drawing zooming the area of user provided city of the plan, using C#. If so guiding or providing a sample code segment will be a great help. -
Opening an Autocad drawing via a C# windows application
dwijedasa2 posted a topic in .NET, ObjectARX & VBA
I am new to Autocad. I have a DWG drawing which include information related to a plan of an area. I am developing a small Windows Application where the user can input a desired city and the application will open the DWG file in a Autocad.exe zooming the area of the given city. I would like to know whether it is possible to open the DWG drawing zooming the area of user provided city of the plan, using C#. If so guiding or providing a sample code segment will be a great help.