Name of the server. Can be Origin8 or Orglab8, or Origin8.1
VB: Property Get/Let Name As String
C++: LPCSTR Name
C#: string Name
Set app = New Origin.Application Dim str As String str = app.Name Cells(1, 1) = str
import OriginExt as O app = O.Application(); app.Visible = app.MAINWND_SHOW print(app.Name)
8.0SR2