ArcFM Desktop Developer Guide
IMMRegInCat Interface
Members 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This interface allows you to programmatically register a class module in a component category. The component category into which an object is registered determines where in the application the object appears. Component categories allow COM objects to be placed in groups that represent certain types of functionality. For example, you may create a button that you want to appear in ArcFM. You would register it in the ArcMapCommands component category. The MMProduct parameter on the CategoriesToReg method allows you to designate in which product(s) the button is available (e.g., ArcFM, Designer, ArcFM Viewer, etc.). The IMMRegInCat.exe application must register the component in the correct category.
Available at Version
9.2.1 and later
Product Availability
ArcFM Desktop and ArcFM Engine
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, or ArcFM Viewer for ArcGIS Engine
.NET Assembly

Miner.Interop.System.dll

Object Model
IMMRegInCat Interface
Syntax
'Declaration
 
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<GuidAttribute("17BC9230-EA47-11D3-BAFD-005004D30CD2")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMRegInCat 
'Usage
 
Dim instance As IMMRegInCat
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[Guid("17BC9230-EA47-11D3-BAFD-005004D30CD2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IMMRegInCat 
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

IMMRegInCat Members
Miner.Interop Namespace

This interface allows you to programmatically register a class module in a component category. The component category into which an object is registered determines where in the application the object appears. Component categories allow COM objects to be placed in groups that represent certain types of functionality. For example, you may create a button that you want to appear in ArcFM. You would register it in the ArcMapCommands component category. The MMProduct parameter on the CategoriesToReg method allows you to designate in which product(s) the button is available (e.g., ArcFM, Designer, ArcFM Viewer, etc.). The IMMRegInCat.exe application must register the component in the correct category.
Object Model
IMMRegInCat Interface
Syntax
'Declaration
 
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<GuidAttribute("17BC9230-EA47-11D3-BAFD-005004D30CD2")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMRegInCat 
'Usage
 
Dim instance As IMMRegInCat
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[Guid("17BC9230-EA47-11D3-BAFD-005004D30CD2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IMMRegInCat 
Inheritance Hierarchy

Miner.Interop.IMMRegInCat

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

IMMRegInCat Members
Miner.Interop Namespace

 

 


Send Comment