Binding to run the autocad commands

Binding to run the autocad commands

Anonymous
Not applicable
335 Views
1 Reply
Message 1 of 2

Binding to run the autocad commands

Anonymous
Not applicable
Hello
I want whenever the user use netload command to load my dll he has to be authenticated (i.e. username or password ) . if authentication is correct then my commands execute otherwise my commands are not executed

Did anyone help me regarding to this problem

thanks for ur help
0 Likes
336 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Have the class implement
Autodesk.AutoCAD.Runtime.IExtensionApplication

interface and then do the authenticating in Intialize() method, which runs
whenever your .NET DLL is loaded.

wrote in message news:5777304@discussion.autodesk.com...
Hello
I want whenever the user use netload command to load my dll he has to be
authenticated (i.e. username or password ) . if authentication is correct
then my commands execute otherwise my commands are not executed

Did anyone help me regarding to this problem

thanks for ur help
0 Likes