BufferSnapCS.BufferSnap.ArcGISCategoryRegistration C# (CSharp) Метод

ArcGISCategoryRegistration() приватный статический Метод

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.
private static ArcGISCategoryRegistration ( Type registerType ) : void
registerType System.Type
Результат void
    private static void ArcGISCategoryRegistration(Type registerType)
    {
      string regKey = string.Format("HKEY_CLASSES_ROOT\\CLSID\\{{{0}}}", registerType.GUID);
      EngineSnapAgents.Register(regKey);


    }
    /// <summary>