AroundPoint.AroundPointCls.ArcGISCategoryUnregistration C# (CSharp) Method

ArcGISCategoryUnregistration() static private method

static private ArcGISCategoryUnregistration ( Type registerType ) : void
registerType System.Type
return void
        static void ArcGISCategoryUnregistration(Type registerType)
        {
            string regKey = String.Format("HKEY_CLASSES_ROOT\\CLSID\\{{{0}}}", registerType.GUID);
            MarkerPlacement.Unregister(regKey);
        }
        #endregion