Пример #1
0
        /// <summary>
        /// Required method for ArcGIS Component Category registration -
        /// Do not modify the contents of this method with the code editor.
        /// </summary>
        private static void ArcGISCategoryRegistration(Type registerType)
        {
            string regKey = string.Format("HKEY_CLASSES_ROOT\\CLSID\\{{{0}}}", registerType.GUID);

            MxCommands.Register(regKey);
        }
Пример #2
0
 private static void Reg(string regKey)
 {
     MxCommands.Register(regKey);
 }
Пример #3
0
 internal static void Register(string registryKey)
 {
     MxCommands.Register(registryKey);
 }
Пример #4
0
 private static void ArcGISCategoryRegistration(Type registerType)
 {
     MxCommands.Register(string.Format(@"HKEY_CLASSES_ROOT\CLSID\{{{0}}}", registerType.GUID));
 }