ClearImage 8 Help
get_Info Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiServer Class : get_Info Method






Type
nParam

Syntax

Visual Basic (Declaration) 
Public Function get_Info( _
   ByVal Type As EInfoType, _
   ByVal nParam As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim instance As CiServer
Dim Type As EInfoType
Dim nParam As Integer
Dim value As String
 
value = instance.get_Info(Type, nParam)
C# 
public string get_Info( 
   EInfoType Type,
   int nParam
)
Delphi 
public function get_Info( 
    Type: EInfoType;
    nParam: Integer
): String; 
JScript 
public function get_Info( 
   Type : EInfoType,
   nParam : int
) : String;
Managed Extensions for C++ 
public: string* get_Info( 
   EInfoType Type,
   int nParam
) 
C++/CLI 
public:
String^ get_Info( 
   EInfoType Type,
   int nParam
) 

Parameters

Type
nParam

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.