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
Syntax
[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
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
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