AnimationDeveloperSamples.MapGraphicTrackPropPage.RegisterFunction C# (CSharp) Method

RegisterFunction() private method

private RegisterFunction ( Type registerType ) : void
registerType System.Type
return void
        static void RegisterFunction(Type registerType)
        {
            // Required for ArcGIS Component Category Registrar support
            ArcGISCategoryRegistration(registerType);

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