Custom Entites in .NET

Custom Entites in .NET

Anonymous
Not applicable
591 Views
3 Replies
Message 1 of 4

Custom Entites in .NET

Anonymous
Not applicable
Could anyone please tell me just how am I supposed to derive the Entity class in .NET ??? Believe me, I'm barely suppressing the urge to use profanities and write in caps, so please help.. It seems that it's been much more simple in C++. One other thing, is there a way to just draw something temporarily over the document window, without actually adding entities to the database?

Thanks,
Janko Jerinic
0 Likes
592 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
As far as I know you can't create custom objects in .NET

~tjr

wrote in message news:5015070@discussion.autodesk.com...
Could anyone please tell me just how am I supposed to derive the Entity
class in .NET ??? Believe me, I'm barely suppressing the urge to use
profanities and write in caps, so please help.. It seems that it's been much
more simple in C++. One other thing, is there a way to just draw something
temporarily over the document window, without actually adding entities to
the database?

Thanks,
Janko Jerinic
0 Likes
Message 3 of 4

Anonymous
Not applicable
I came across an interview given by Albert Szilvazsy (I apologize in advance for the possible misspell), where he was asked the same question and the answer was no, basically, but he offered some useful points.. Try google-ing "ObjectARX & Dummies" (it's a book title) and dig some more, I don't have the exact URL here..

Thanks,
Janko Jerinic
0 Likes
Message 4 of 4

Anonymous
Not applicable
http://arxdummies.blogspot.com/2005/03/autocad-2006-interview-with-albert.html;
to the best of my knowledge, there is no book entitled "ObjectARX for
Dummies".

You should be able to create the custom object in (managed) C++ and then
call into managed code (C#/VB.NET/MC++) to do most of the real work. I
recall someone mentioning just such a sample floating around someplace...

Dan

wrote in message news:5015293@discussion.autodesk.com...
I came across an interview given by Albert Szilvazsy (I apologize in advance
for the possible misspell), where he was asked the same question and the
answer was no, basically, but he offered some useful points.. Try google-ing
"ObjectARX & Dummies" (it's a book title) and dig some more, I don't have
the exact URL here..

Thanks,
Janko Jerinic
0 Likes