AnimationDeveloperSamples.MapGraphicTrackPropPage.RegisterFunction C# (CSharp) Метод

RegisterFunction() приватный Метод

private RegisterFunction ( Type registerType ) : void
registerType System.Type
Результат void
        static void RegisterFunction(Type registerType)
        {
            // Required for ArcGIS Component Category Registrar support
            ArcGISCategoryRegistration(registerType);

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