ArcFM Engine Developer Guide
IMMExtensionEx Interface
Members 


The Process Framework application does not require you to implement this interface when creating a custom extension. If you implement it, the PxApp will check each table name in the collection to ensure the table exists in the database. If it does not, an error message will be generated.
Available at Version
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<GuidAttribute("E9B46218-217B-40B1-A674-3F0017297262")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMExtensionEx 
'Usage
 
Dim instance As IMMExtensionEx
[Guid("E9B46218-217B-40B1-A674-3F0017297262")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IMMExtensionEx 
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

IMMExtensionEx Members
Miner.Interop.Process Namespace

The Process Framework application does not require you to implement this interface when creating a custom extension. If you implement it, the PxApp will check each table name in the collection to ensure the table exists in the database. If it does not, an error message will be generated.
Syntax
'Declaration
 
<GuidAttribute("E9B46218-217B-40B1-A674-3F0017297262")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMExtensionEx 
'Usage
 
Dim instance As IMMExtensionEx
[Guid("E9B46218-217B-40B1-A674-3F0017297262")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IMMExtensionEx 
Inheritance Hierarchy

Miner.Interop.Process.IMMExtensionEx

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

IMMExtensionEx Members
Miner.Interop.Process Namespace

 

 


Send Comment