2.1.28 Name


Description

Name of the server. Can be Origin8 or Orglab8, or Origin8.1

Syntax

VB: Property Get/Let Name As String
C++: LPCSTR Name
C#: string Name

Remark

Examples

Excel VBA

Set app = New Origin.Application
Dim str As String
str = app.Name
Cells(1, 1) = str

Python

import OriginExt as O
app = O.Application(); app.Visible = app.MAINWND_SHOW
print(app.Name)

Version Information

8.0SR2

See Also