Hey you guys! I've managed to get a solution to this problem, and I wanted to share!
I spoke with Siemens' tech support, and they gave me the following, comments mine.
Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
Dim fam As femap.AnalysisMgr...
Hey there guys!
I'm using Visual Basic code within the Visual Studio IDE to automate an analysis within Femap. Up until now, I've just told VS to wait for a time duration I specify while Femap is running an analysis, s.t. Femap has time to generate the data that VS will Get and then write it...