TheSwamp

Code Red => .NET => Topic started by: cannorth on May 14, 2012, 05:35:02 PM

Title: Get system variable with VB.Net ObjectARX
Post by: cannorth on May 14, 2012, 05:35:02 PM
Hello,

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

Thanks,

cannorth
Title: Re: Get system variable with VB.Net ObjectARX
Post by: Jeff H 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