Author Topic: Get system variable with VB.Net ObjectARX  (Read 2031 times)

0 Members and 1 Guest are viewing this topic.

cannorth

  • Guest
Get system variable with VB.Net ObjectARX
« on: May 14, 2012, 05:35:02 PM »
Hello,

  How can I get a system variable with VB.Net ObjectARX like "USERR1"?

Thanks,

cannorth

Jeff H

  • Needs a day job
  • Posts: 6150
Re: Get system variable with VB.Net ObjectARX
« Reply #1 on: May 14, 2012, 05:44:21 PM »
Application.GetSystemVariable Method
 
If it is saved per-Database like 'Useri1 ' then usually it is Database property
 
 Database.Useri1 Property