ArcFM Responder Mobile Developer Guide
FindPxExtensionByName Method (IMMPxApplication)






Syntax
'Declaration
 
Function FindPxExtensionByName( _
   ByVal sExtensionName As System.String _
) As IMMExtension
'Usage
 
Dim instance As IMMPxApplication
Dim sExtensionName As System.String
Dim value As IMMExtension
 
value = instance.FindPxExtensionByName(sExtensionName)
IMMExtension FindPxExtensionByName( 
   System.string sExtensionName
)
function FindPxExtensionByName( 
    sExtensionName: System.String
): IMMExtension; 
function FindPxExtensionByName( 
   sExtensionName : System.String
) : IMMExtension;
IMMExtension* FindPxExtensionByName( 
   System.string* sExtensionName
) 
IMMExtension^ FindPxExtensionByName( 
   System.String^ sExtensionName
) 

Parameters

sExtensionName
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

IMMPxApplication Interface
IMMPxApplication Members

Send Feedback