CustomGxObject_CS.GxPyObject.UnregisterFunction C# (CSharp) Method

UnregisterFunction() private method

private UnregisterFunction ( Type registerType ) : void
registerType Type
return void
        static void UnregisterFunction(Type registerType)
        {
            // Required for ArcGIS Component Category Registrar support
            ArcGISCategoryUnregistration(registerType);

            //
            // TODO: Add any COM unregistration code here
            //
        }