AroundPoint.AroundPointCls.RegisterFunction C# (CSharp) Method

RegisterFunction() private method

private RegisterFunction ( Type registerType ) : void
registerType System.Type
return void
        static void RegisterFunction(Type registerType)
        {
            ArcGISCategoryRegistration(registerType);
        }
        [ComUnregisterFunction()]