BufferSnapCS.BufferSnap.RegisterFunction C# (CSharp) Méthode

RegisterFunction() private méthode

private RegisterFunction ( Type registerType ) : void
registerType Type
Résultat void
    static void RegisterFunction(Type registerType)
    {
      // Required for ArcGIS Component Category Registrar support
      ArcGISCategoryRegistration(registerType);
    }