hello,
I am creating add in for solid edge in VB.NET. I have added button successfully now i have to give functionality to that button.
What I am thinking is that first i need to create command's object as
seCommand = seApp.CreateCommand(2)
seCommand.Start()
here I have to fetch some data from database and fill the values in file properies custom properties.
So, how i can i do that?
Can anybody please help me...
thanks in advance |