Author Topic: (AutoCAD) Help file for .NET?  (Read 13308 times)

0 Members and 1 Guest are viewing this topic.

T.Willey

  • Needs a day job
  • Posts: 5251
(AutoCAD) Help file for .NET?
« on: July 21, 2006, 05:23:22 PM »
Is there a help file for .NET (C#) like the VBA and ActiveX one that comes with AutoCAD.  I have one from ObjectARX, but it doesn't break it down like the other one does.

Thanks in advance.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

T.Willey

  • Needs a day job
  • Posts: 5251
Re: (AutoCAD) Help file for .NET?
« Reply #1 on: July 21, 2006, 05:41:06 PM »
I think I found what I'm looking for here.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

Alexander Rivilis

  • Bull Frog
  • Posts: 214
  • Programmer from Kyiv (Ukraine)

T.Willey

  • Needs a day job
  • Posts: 5251
Re: (AutoCAD) Help file for .NET?
« Reply #3 on: July 31, 2006, 11:18:10 AM »
Thanks.  I downloaded it.  Will look at it when I get some time to play.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

Alexander Rivilis

  • Bull Frog
  • Posts: 214
  • Programmer from Kyiv (Ukraine)
Re: (AutoCAD) Help file for .NET?
« Reply #4 on: July 31, 2006, 01:39:30 PM »
It can be integrated in VS 2005 - very useful thing! :)

T.Willey

  • Needs a day job
  • Posts: 5251
Re: (AutoCAD) Help file for .NET?
« Reply #5 on: July 31, 2006, 02:05:33 PM »
It can be integrated in VS 2005 - very useful thing! :)
You have to buy that though, right?  I only program for fun right now, so I can't get my company to pay for it.  Will it work with the express version? or anyother free ide?  Thanks again.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

Alexander Rivilis

  • Bull Frog
  • Posts: 214
  • Programmer from Kyiv (Ukraine)
Re: (AutoCAD) Help file for .NET?
« Reply #6 on: July 31, 2006, 03:57:01 PM »
I've not tested but think that it can be integrated in VS 2005 Express Edition too.

T.Willey

  • Needs a day job
  • Posts: 5251
Re: (AutoCAD) Help file for .NET?
« Reply #7 on: July 31, 2006, 03:58:48 PM »
I've not tested but think that it can be integrated in VS 2005 Express Edition too.
Thanks.  Maybe I will dl it and give it a go.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

Alexander Rivilis

  • Bull Frog
  • Posts: 214
  • Programmer from Kyiv (Ukraine)
Re: (AutoCAD) Help file for .NET?
« Reply #8 on: July 31, 2006, 04:21:01 PM »
Now I've tested this help file with SharpDevelop IDE. It's OK! You need select menu Tools->Options->Tools->Help 2.0 Environment->ObjectARX Reference For DOTNET

Dave R

  • Guest
Re: (AutoCAD) Help file for .NET?
« Reply #9 on: July 31, 2006, 04:25:03 PM »
Pardon my ignorance, but how would you go about doing that?

It can be integrated in VS 2005 - very useful thing! :)

Alexander Rivilis

  • Bull Frog
  • Posts: 214
  • Programmer from Kyiv (Ukraine)
Re: (AutoCAD) Help file for .NET?
« Reply #10 on: July 31, 2006, 04:42:23 PM »
Pardon my ignorance, but how would you go about doing that?
In any browser (for example: Internet Explorer) type: ms-help://MS.VSCC.v80/dv_vscccommon/local/CollectionManager.htm
Select ObjectARX Reference For .NET and Update VSCC

T.Willey

  • Needs a day job
  • Posts: 5251
Re: (AutoCAD) Help file for .NET?
« Reply #11 on: July 31, 2006, 05:00:52 PM »
When I go to install it.   It says that it needs the .Net framework 2.0, which my company doesn't want me to install right now, will it work with 1.1?  I'm hesitant to install, so if you say it will, then I will.

Thanks for the help.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

Alexander Rivilis

  • Bull Frog
  • Posts: 214
  • Programmer from Kyiv (Ukraine)
Re: (AutoCAD) Help file for .NET?
« Reply #12 on: July 31, 2006, 05:12:01 PM »
When I go to install it.   It says that it needs the .Net framework 2.0, which my company doesn't want me to install right now, will it work with 1.1?  I'm hesitant to install, so if you say it will, then I will.
Thanks for the help.
This help file is based on AutoCAD 2007 .NET API (AutoCAD 2007 is based on .NET 2.0). Many of objects and methods are not implemented in AutoCAD 2005-2006 .NET API (which based on .NET 1.1)

T.Willey

  • Needs a day job
  • Posts: 5251
Re: (AutoCAD) Help file for .NET?
« Reply #13 on: July 31, 2006, 05:18:20 PM »
When I go to install it.   It says that it needs the .Net framework 2.0, which my company doesn't want me to install right now, will it work with 1.1?  I'm hesitant to install, so if you say it will, then I will.
Thanks for the help.
This help file is based on AutoCAD 2007 .NET API (AutoCAD 2007 is based on .NET 2.0). Many of objects and methods are not implemented in AutoCAD 2005-2006 .NET API (which based on .NET 1.1)
Does this mean I can't really use this? do I have to wait till I get 2007?

Thanks again for all your help.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

Alexander Rivilis

  • Bull Frog
  • Posts: 214
  • Programmer from Kyiv (Ukraine)
Re: (AutoCAD) Help file for .NET?
« Reply #14 on: July 31, 2006, 05:29:17 PM »
Does this mean I can't really use this? do I have to wait till I get 2007?
You can using this help with AutoCAD 2005...2006 but need to compare help topic's with information from Object Browser in order to proper using of classes and methods. Not to wonder if you see that some classes in general not present in previous versions of AutoCAD.
« Last Edit: July 31, 2006, 05:50:50 PM by Rivilis »