ArcFM Responder Mobile Developer Guide
GetCatProgIDs Method (IMMPxHelper3)






Syntax
'Declaration
 
Function GetCatProgIDs( _
   ByVal sCatGUID As System.String _
) As System.String
'Usage
 
Dim instance As IMMPxHelper3
Dim sCatGUID As System.String
Dim value As System.String
 
value = instance.GetCatProgIDs(sCatGUID)
System.string GetCatProgIDs( 
   System.string sCatGUID
)
function GetCatProgIDs( 
    sCatGUID: System.String
): System.String; 
function GetCatProgIDs( 
   sCatGUID : System.String
) : System.String;
System.string* GetCatProgIDs( 
   System.string* sCatGUID
) 
System.String^ GetCatProgIDs( 
   System.String^ sCatGUID
) 

Parameters

sCatGUID
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPxHelper3 Interface
IMMPxHelper3 Members

Send Feedback