Hi,
I am working on SAP2000 OAPI (SAP 2000 v22) to create and analyze a model. The moment I call ApplicationStart method, SAP 2000 splash screen appears, even if I pass 'false' for the visible parameter. Is there a way to suppress it? Since I am working with OAPI, I am expecting the window...
Hi,
Can anyone please tell me how to handle errors or how to identify errors while calling a SAP 2000 API in c#?
E.g. int ret = sapObj.SapModel.PropFrame.GetRectangle(sectionName, ref FileName, ref MatProp, ref t3, ref t2, ref Color, ref Notes, ref GUID);
ret value is 1 means method was not...