ArcFM Engine Developer Guide
IMMRegInCat Interface
Members 


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
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("17BC9230-EA47-11D3-BAFD-005004D30CD2")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<ComImportAttribute()>
Public Interface IMMRegInCat 
'Usage
 
Dim instance As IMMRegInCat
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("17BC9230-EA47-11D3-BAFD-005004D30CD2")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[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.
Syntax
'Declaration
 
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("17BC9230-EA47-11D3-BAFD-005004D30CD2")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<ComImportAttribute()>
Public Interface IMMRegInCat 
'Usage
 
Dim instance As IMMRegInCat
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("17BC9230-EA47-11D3-BAFD-005004D30CD2")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[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