Setting System Variables in VB.Net using BricsCAD

I'm converting a program that I used in AutoCad to be used with BricsCAD and some commands didn't translate.
Dim podDWG As Document = Application.DocumentManager.MdiActiveDocument
Dim podDB As Database = podDWG.Database
Dim podEd As Editor = podDWG.Editor

ApplicationServices.Application.SetSystemVariable("OSMODE", 0) <--This doesn't work as "Application is notr a member of Microsoft.VisualBasic.ApplicationServices"

What is the equivalent command to set SystemVariables with VB.Net when using BricsCAD?

Thanks

Comments

  • Sorry for the multiple posts, but I received an error message saying it did not post and to wait 30 seconds and try again. I understand there was the note saying it's slow and it may post, but the error message stated that it did not post.