ClearImage COM API
Info Property
CiServer Object : Info Property
Description
Server Information
Property type
Read-only property
Syntax
Visual Basic
Public Property Info( _
   ByVal Type As EInfoType, _
   Optional ByVal nParam As Long = 0 _
) As String
Parameters
Type
ValueDescription
ciErrorTextError text for specified error
ciModulesListList of modules - List format
ciModulesXmlList of modules - XML format
nParam
Example
Sub ListClearImageServerInfo()
  Dim Ci As New CiServer
  Debug.Print "ClearImage Version= " & Ci.VerMajor & "." & Ci.VerMinor & "." & Ci.VerRelease & vbCrLf
  Debug.Print "Licensed Modules: " & vbCrLf & Ci.Info(ciModulesList)
End Sub
See Also

CiServer Object  | CiServer Members