ArcFM Desktop Developer Guide
FindPxExtensionByName Method (IMMPxApplication)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Name of the extension as String
Allows you to programmatically get a pointer to a PxExtension by specifying the extensions name. This returns an empty pointer if the extension is not currently loaded.
Syntax
'Declaration
 
Function FindPxExtensionByName( _
   ByVal sExtensionName As String _
) As IMMExtension
'Usage
 
Dim instance As IMMPxApplication
Dim sExtensionName As String
Dim value As IMMExtension
 
value = instance.FindPxExtensionByName(sExtensionName)
IMMExtension FindPxExtensionByName( 
   string sExtensionName
)

Parameters

sExtensionName
Name of the extension as String

Return Value

Returns a pointer to an IMMExtension object
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPxApplication Interface
IMMPxApplication Members

 

 


Send Comment