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