Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. igor1234

    SAP2000 API

    I am trying to get list of points names using API in SAP2000. If model hasn't been run then I am getting an error when I execute those lines: Dim NumberNames As Integer Dim MyName As String() = New String(-1) {} ret = SapModel.PointElm.GetNameList(NumberNames, MyName) If ret <> 0 Then...

Part and Inventory Search

Back
Top