A
ad
We can use GetObject to load the instance of COM form file like:
Dim CADObject As Object
CADObject = GetObject("C:\CAD\SCHEMA.CAD")
How can we implement the two statements above in CSharp?
Dim CADObject As Object
CADObject = GetObject("C:\CAD\SCHEMA.CAD")
How can we implement the two statements above in CSharp?