ArcFM Engine Developer Guide
IMMPxApplication Interface
Members 


The application object is the core object in the Process Framework application. When created it loads all MM extensions from a registry category. Only when IMMPxApplication::Show( ) is called, will the application load any tools, controls or filters.

A pointer to the application object is passed to all tools, controls, filters and extensions when created, giving all objects access to all other objects.

Available at Version
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<GuidAttribute("8C95C25F-8066-44B7-B37A-30F7B57C09CE")>
<ComImportAttribute()>
Public Interface IMMPxApplication 
'Usage
 
Dim instance As IMMPxApplication
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[Guid("8C95C25F-8066-44B7-B37A-30F7B57C09CE")]
[ComImport()]
public interface IMMPxApplication 
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 Members
Miner.Interop.Process Namespace

The application object is the core object in the Process Framework application. When created it loads all MM extensions from a registry category. Only when IMMPxApplication::Show( ) is called, will the application load any tools, controls or filters.

A pointer to the application object is passed to all tools, controls, filters and extensions when created, giving all objects access to all other objects.

Syntax
'Declaration
 
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<GuidAttribute("8C95C25F-8066-44B7-B37A-30F7B57C09CE")>
<ComImportAttribute()>
Public Interface IMMPxApplication 
'Usage
 
Dim instance As IMMPxApplication
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[Guid("8C95C25F-8066-44B7-B37A-30F7B57C09CE")]
[ComImport()]
public interface IMMPxApplication 
Inheritance Hierarchy

Miner.Interop.Process.IMMPxApplication

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 Members
Miner.Interop.Process Namespace

 

 


Send Comment